Hello Dave,

thanx for the answer!


> The indexed radio button won't replace the value= with the index
> - instead it
> names the radio button as follows:
>
>      udmForm[0].selectedLppVolume
>
> replacing the 0 with the iteration index each time through.

Does that mean, that an 'array of FormBeans' is build with that??

udmForm[0].selectedLppVolume
udmForm[0].selectedLppVolume










>
> It is only available in the nightly builds.
>
> Cheers,
>
> Dave
>
>
>
>
>
> "Bernhard J. Hirschmann"
> <[EMAIL PROTECTED]> on
> 10/17/2001 04:06:02
> AM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   "Struts-User" <[EMAIL PROTECTED]>
> cc:    (bcc: David Hay/Lex/Lexmark)
> Subject:  index for radio button in iterate
>
>
>
>
> I have followed the thread about the new indexed radio button last month.
> But I'm not sure if this is what I need - so I better ask.
>
> Does it replace this workaround: (?)
>
> <% int i=0; %>
> <logic:iterate ...>
>     .
>     .
>     <% String iStr = Integer.toString(i); %>
>     <html:radio name="udmForm"
>      property="selectedLppVolume" value="<%=iStr%>"/>
>     <% i++; %>
>     .
>     .
> </logic:iterate>
>
> If yes: is this new "indexed radio button" only available in the nightly
> build?
>
> Or is there a better alternative for getting rid of the scriptlets?
>
> Regards,
> Bernhard
>
>
>
>
>
>
>
>

Reply via email to