selectOneRadio in datable ,i get the selected is null,why?
this is my code:
<h:dataTable>
<h:column>
<f:facet name="header">
<h:outputText value="Select"/>
</f:facet>
<t:selectOneRadio id="selectRadio" forceId="true" forceIdIndex="false"
required="true" value="#{myBean.selectedId}">
<f:selectItem itemValue="#{ch.idStr}"
itemLabel=""/>
</t:selectOneRadio>
</h:column>
<h:column>
...
</h:column>
</h:dataTable>
--
View this message in context:
http://www.nabble.com/selectOneRadio-in-MyFaces-1.1.1-t1377897.html#a3699804
Sent from the MyFaces - Users forum at Nabble.com.