<h:selectOneRadio selecting multi values problem>
HI,
I have array List values from there I am reading values
for <h:selectOneRadio, here my code
><h:selectOneRadio value="#{row.one}" >
<f:selectItem itemValue="#{innerRow.Key}"
itemLabel="#{innerRow.Text}" />
</h:selectOneRadio>
any one can help me how to avoid this.
thanks
siva

