Re: Checkbox and Map ActionForm

2003-11-26 Thread Ryan
not use JSTL To: <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 12:31 AM Subject: Checkbox and Map ActionForm I have checkboxes on my form that have multiple options/group. The name for each group of checkboxes is generated from the database, so I decided to use a map on my action f

Re: Checkbox and Map ActionForm

2003-11-26 Thread Ricky
why not use JSTL To: <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 12:31 AM Subject: Checkbox and Map ActionForm > I have checkboxes on my form that have multiple options/group. > The name for each group of checkboxes is generated from the database, so > I decided to

Checkbox and Map ActionForm

2003-11-26 Thread Ryan
I have checkboxes on my form that have multiple options/group. The name for each group of checkboxes is generated from the database, so I decided to use a map on my action form to collect the checkbox values since the names of the checkbox are not known. However, when more than one option is sel