I am using struts2, and I've been thinking for this questing for days.
[s:checkbox] seems won't work. Because it only renders boolean value.

Can anyone help?


 

Alex Wibowo wrote:
> 
> are you using struts 1 ? if so, have a look at html:multibox.
> basically you will need a collection in your action form (something like
> List<String> selectedIds = new ArrayList<String>()).
> 
> for struts 2, i havent had time to check it yet.. just migrated to Struts
> 2
> a couple days ago :P
> 
> On 3/14/07, xushaoxun <[EMAIL PROTECTED]> wrote:
>>
>>
>> For example, i want to get the ids of the selected messages in the forum
>> and
>> delete the selected messages.
>> (Suppose i am the admin).
>> how to achieve this?  seems won't work.
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-submit-multiple-selection--tf3401936.html#a9473724
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
> 
> 
> 
> -- 
> Best regards,
> 
> 
> WiB
> -------------------
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-submit-multiple-selection--tf3401936.html#a9492402
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