Actually you can do something like this

<s:checkbox name="selectedGroup" fieldValue="%{id}_%{nextCell.label}" />

And in the action class you can have:

private String[] selectedGroup;

Which will be populated back with what you have selected. It works fine in
our application. 
-- 
View this message in context: 
http://www.nabble.com/s2-%3A-checkbox-and-checkboxlist-%3A-dynamic-lists-tp14760993p14762264.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to