How to submit multiple selection?

2007-03-14 Thread xushaoxun
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

Re: How to submit multiple selection?

2007-03-15 Thread xushaoxun
collection in your action form (something like > List selectedIds = new ArrayList()). > > 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: >> >> >>