HI
I have to create a group of radio buttons in such a way that, it has to be nested inside an outer loop.
eg.
<logic:iterate.................>
<html:radio1................>
<html:radio2................>
<html:radio3................>
</logic:iterate>
The radio buttons are having 3 different values of the same propery of a bean. If i hard code it the way i showed in the eg.,it works fine. I
want to write a loop instead of writing three different <html:radio......>.
Can anyone help me with this?