logic:iterate, checkboxes, and arrays of selected values...

2004-02-24 Thread MichaelBoucher
Hi folks, I have a problem which I have a kludgy solution for, and have to believe there is a more elegant way of doing it... Here's the scenario. The page displays a non-editable list of records in a database, with a checkbox at the beginning of each row. The list is indeterminate length,

RE: logic:iterate, checkboxes, and arrays of selected values...

2004-02-24 Thread Michael D. Norman
/ 913-390-6951 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 8:51 AM To: [EMAIL PROTECTED] Subject: logic:iterate, checkboxes, and arrays of selected values... Hi folks, I have a problem which I have

Re: logic:iterate, checkboxes, and arrays of selected values...

2004-02-24 Thread Lynn Guy
Put ALL the values in an arraylist and manipulate the arraylist values uppon return to the action. All the values are available in the same row together. The trick is getting the values from the arrayList back to the action when the form is submitted. I'm a genuine newbie and I have managed