2015-01-16 7 views
-1

에 내가기본 라디오 버튼의 시간을 설정합니다 : selectOneRadio를 JSF

<h:selectOneRadio value="#{MyBean.valueAttr}" > 
<f:selectItem itemLabel="Button1"/> 
<f:selectItem itemLabel="Button2" /> 
<f:selectItem itemLabel="Button3" /> 
</h:selectOneRadio> 

내가 처음에 선택 버튼 (기본값)로 Button3를 설정하는 방법이 있는지 알고 싶어이 코드가 있습니다. 감사

여러분의 빈에서 #{MyBean.valueAttr} 당신의 f:selectItem 및 설정 기본값

답변