Re: multiple checkboxes

2004-08-18 Thread Jignesh Kapadia
rn a zero length array. >>If you were to check the second and third check-boxes and submit the > > form, > >>'getSelectedDataBaseRecords' would then return an array of 2 elements, > > with > >>the values '[description 2]' and '[descr

Re: multiple checkboxes

2004-08-18 Thread Bill Siggelkow
ption 3]'. Regards, John [EMAIL PROTECTED] Ph (09) 372-5010 |-+---> | | Jignesh Kapadia | | | | | @yahoo.com> | | | | | | 18/08/2004 12:33 PM | | | Please respond to | | | "Struts Users | | | Mailing List" | | | | |-----+---

Re: multiple checkboxes

2004-08-18 Thread Jignesh Kapadia
-----> > | | Jignesh Kapadia | > | | | | @yahoo.com> | > | | | > | | 18/08/2004 12:33 PM | > | | Please respond to | > | | "Struts Users | > | | Mailing List" | > | | | > |-+---> > >

Re: multiple checkboxes

2004-08-18 Thread Susan Bradeen
ents, with > the values '[description 2]' and '[description 3]'. > > > > Regards, > John > > [EMAIL PROTECTED] > Ph (09) 372-5010 > > > |-+---> > |

Re: multiple checkboxes

2004-08-17 Thread jthompson
>say for example I have a list with 10 objects. I am displaying a list on a page with a check box. the object has a boolean property. depending on the value of the property the check box should be checked or unchecked initially.( In case of Multibox all of them are unchecke

Re: multiple checkboxes

2004-08-17 Thread Jignesh Kapadia
gnesh Kapadia | | | | | @yahoo.com> | | | | | | 18/08/2004 12:33 PM | | | Please respond to | | | "Struts Users | | | Mailing List" | | | | |-+---> >------| | | | To: [EMAIL PROTECTED] | | cc: | | Subject: multiple checkboxes | >

Re: multiple checkboxes

2004-08-17 Thread jthompson
[EMAIL PROTECTED] | | cc: | | Subject: multiple checkboxes | >--

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