It  is trivial with multibox.
below examples is an example of  usage.
<html:multibox property="contactIds" styleClass="checkbox"> <bean:write name="acontact" property="id"/></html:multibox>
where contIds is defined as Interger[] in a DynaActionForm.

more details you can found here.
http://husted.com/struts/tips/007.html

Hope it is useful
Bharathi

chuanjiang lo wrote:
Hi all,

I have this list of students display on a table.
Every record would have a checkbox beside it.
If the checkbox is checked and user press delete, the action form is suppose
to collect all the checkbox values and delete the records in the database.

Can anyone enlighten me on getting the list of values from the checkbox that
is being checked?

Appreciate any help



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

Reply via email to