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>

