>
> This is little bit different then normal use of check box in struts.
> Can you please guide me here.
>
> Thanks and Appreciate your help,
> Jignesh
>
>
>
>
>
> Jim Barrows <[EMAIL PROTECTED]> wrote:
>
>
> > -----Original Message-
<[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Jignesh Kapadia [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 19, 2004 5:19 PM
> To: Struts Users Mailing List
> Subject: Re: dealing with check boxes
>
>
> Anuj,
> Thanks for you reply. But My conc
> -Original Message-
> From: Jignesh Kapadia [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 19, 2004 5:19 PM
> To: Struts Users Mailing List
> Subject: Re: dealing with check boxes
>
>
> Anuj,
> Thanks for you reply. But My concern is as follows.
08/20/2004 02:19:17 AM
Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
cc:(bcc: Anuj Upadhyay/Jeppesen/TMC)
Subject: Re: dealing with check boxes
Anuj,
Thanks for you reply. But My con
keep the form in the session. When you click the
submit button, the changes get committed to the
database.
--- Jignesh Kapadia <[EMAIL PROTECTED]>
wrote:
> Anuj,
> Thanks for you reply. But My concern is as
> follows.
>
> e.g.
>
> I display these records with checkbox on my JSP a
Anuj,
Thanks for you reply. But My concern is as follows.
e.g.
I display these records with checkbox on my JSP as follows
In this case "list" is id on which is going to iterate. chkflag is the boolean
property of an object contained in the list(can be collection or arra
Jignesh,
I think your problem is not related to checkbox or multibox but to maintain a
list of modified records. To keep it simple I would suggest that you maintain a
Collection (Map, HashMap, List, etc.) of the modified records (which were
checked or unchecked) in the session. I think you can
7 matches
Mail list logo