I try to use html:radio inside an iterate. The values of the radios should be dynamically read from the iterated bean.
I am using
<logic:iterated id="bla" ...>
<html:radio name="bla" value="${bla.prop}"/>
...
which does not work.
Can some one please :-) tell me the right way to do this?
Cheers,
Ron
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]