Hi,
  i  am using  a selectoneradio button in h:datatable
<h:form>
 <h:datatable>
  <t:selectoneradio id="first"  value="  "  >
    <f:selectitem itemvalue />
  </t:selectoneradio>
</h:form>
<h:commandbutton action="perform some action on selected item"  onclick="
selectedOrNot()/>

here in java script i have to know whether my selectradiobutton in datatable
is 

selected or not  means i have to get formid:datatableid:rowid:radiobuttonid

here the problem is how the get row id  of the datatable :

with regards
shannu sarma 

--
View this message in context: 
http://www.nabble.com/how-to-know-selectoneradio-is-checked-or-not-t1739394.html#a4726778
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to