RE: dealing with check boxes

2004-08-22 Thread Jignesh Kapadia
<[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

Re: dealing with check boxes

2004-08-19 Thread Jignesh Kapadia
lection to the database. If I understand correctly you want to update the checked state (checked and unchecked records). I hope that helps. Anuj Jignesh Kapadia on 08/19/2004 01:59:03 PM Please respond to "Struts Users Mailing List" To: [EMAIL PROTECTED] cc: (bcc: Anuj U

dealing with check boxes

2004-08-19 Thread Jignesh Kapadia
Hi , I did post a question regarding the problem I am facing in dealing with check boxes in struts. I did not get a proper reply. I am just explaining the scenario . It will be good help from your side if somebody can guide as how this can be done . We have a previous/ Next s

Re: multiple checkboxes

2004-08-18 Thread Jignesh Kapadia
l look like as below. wrote: You don't want to use multibox ... you need to set 'indexed="true"' on the html:checkbox control in the logic:iterate or c:forEach loop that displays your list. Jignesh Kapadia wrote: > Hi , > Thanks for your reply. Let me

Re: multiple checkboxes

2004-08-18 Thread Jignesh Kapadia
list? since it intializes strArray in reset method. I hope it helps , let me knoe if you need some more info. Thanks, Jignesh Susan Bradeen <[EMAIL PROTECTED]> wrote: Jignesh Kapadia wrote on 08/17/2004 10:14:20 PM: > John, > Thanks for your reply. This is a standard way of using

Re: multiple checkboxes

2004-08-17 Thread Jignesh Kapadia
th the values '[description 2]' and '[description 3]'. Regards, John [EMAIL PROTECTED] Ph (09) 372-5010 |-+---> | | Ji

multiple checkboxes

2004-08-17 Thread Jignesh Kapadia
Hi , I have a scenario in our aplication which we are developing with Struts1.1. on first screen we are displaying bunch of records retrieved from database. Each record will have checkbox in first column. This check box wil be initially checked or unchecked depending upon the value of a b

Check boxes and struts

2004-08-06 Thread Jignesh Kapadia
hi , We are designing an application with strtus 1.1. In one of the screen we have to display multiple records of a list with checkboxes. Then user will select some records from that list and hit submit button and on next screen I should see only those records of list which were selected I