because you have the list, you can do the following

<s:checkboxlist
            label="TEST LIST"
            list="manyNames"
            name="CommonName"/>

You dont need to iterate


--- Andreja <[EMAIL PROTECTED]> wrote:

> Thank you very much Sharad, that WORKS! :]
> 
> 
> 
> Just for the archive, this is also a possibility:
> 
> <s:iterator value="manyNames" status="cnt">
>       <s:checkbox name="manyNames"
>               fieldValue="${manyNames[cnt.index]}">
>       </s:checkbox>
> </s:iterator>
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



       
____________________________________________________________________________________
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
http://autos.yahoo.com/carfinder/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to