I have added radio buttons to every row in the data table using the following
code:

<t:column>
            <f:facet name="header">
              <t:outputText value="Select"/>
            </f:facet>
            <t:selectOneRadio forceId="true" forceIdIndex="false" >
              <f:selectItem itemValue=" "/>
            </t:selectOneRadio>
          </t:column>

Can someone tell me how to use these radio buttons. I actually want to get a
select row and after clicking the edit button the details must get displayed
on other page inside some fields populated there.
Please reply as i am totally new to JSF and have to do it ASAP.

Thanks in advance,
Akhil
-- 
View this message in context: 
http://www.nabble.com/RadioButtons-Problem%21%21%21-tp15306181p15306181.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to