how to give dynamic value to propery attribute of <html: radio>

hi jsps,

I have one doubt in using <logic:iterate> tag. Iam using it for displaying some data to user. Here my requirement is : I have to show radio buttons before some words which are coming from db by using <logic:iterate> . it is perfectly showing it . my pbm is there are around 20 radio buttons ,now I able to select only one radio button among these 20 . but I have to batch it to 2 radio buttons having the same name. in <html:radio> under <logic:iterate > I have set only one radio button 損roperty?to one name. i.e my problem , that抯 why iam not able to select more than 1 radio button . please give me suggestion to provide dynamic name to 損roperty?attribute of <html:radio>

[726 byte] By [skkodalia] at [2007-10-2 15:42:39]
# 1
u can give in this way<html:radio property='<%="arr"+i%>' value="yes"/>
skkodalia at 2007-7-13 15:30:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I am also having the same problem.But how to define a getter and setter methid for this dynamically generated property in the ActionForm.
Jaisa at 2007-7-13 15:30:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...