RE: Defining Form elements based on db ids

2001-11-13 Thread Sancimino, Michael
-user Subject: RE: Defining Form elements based on db ids The easiest way to do handle a list on a form is with an index. Use the tag to iterate the list. For the checkbox you use something like this: Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent

RE: Defining Form elements based on db ids

2001-11-13 Thread Marcel Andres
] Subject: Defining Form elements based on db ids I am just starting out with Struts and I am trying to do something fairly simple. I have a form with 1 to x number or rows that were retrieved from a database. Each one can be selected via a checkbox. Initially I wanted to name the checkbox

Defining Form elements based on db ids

2001-11-13 Thread Sancimino, Michael
I am just starting out with Struts and I am trying to do something fairly simple. I have a form with 1 to x number or rows that were retrieved from a database. Each one can be selected via a checkbox. Initially I wanted to name the checkbox process_xxx where xxx is the key from the database (i.