dMembBadge () and
iterates through it to get the values.
Dan
- Original Message -
From: "Gary Feidt" <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 30, 2006 11:15 AM
Subject: Re: Getting list of values from checkboxes
I had used a javascript function to gather all the c
I had used a javascript function to gather all the checked checkbox ids
on the Form into a pipe delimited string and saved that in a hidden
field. And then pulled that apart in the Action to deside which ones I
needed to delete. It worked for me.
Gary
chuanjiang lo wrote:
> Hi all,
>
> I have t
It is trivial with multibox.
below examples is an example of usage.
name="acontact" property="id"/>
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
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 lis
4 matches
Mail list logo