<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

[356 byte] By [sivasaia] at [2007-11-27 11:06:21]
# 1

To avoid what? I don't see a concrete problem description and question.

BalusCa at 2007-7-29 13:14:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

hi,

My selectOneRadio is allowing to select multiple values.

i need to select always one value

thanks

siva

sivasaia at 2007-7-29 13:14:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

Ah, it is in a datatable.

Get through http://balusc.xs4all.nl/srv/dev-jep-dat.html

It contains a section about using selectOneRadio in a datatable.

BalusCa at 2007-7-29 13:14:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...