Hello. I am writing an application where the form inputs will be generated from a database in a previous request. For example, one call to Struts will result in a form being returned that contains ten (or any number of) check boxes named "problem". The values will be tokens that uniquely identify each of the problems. The user then selects which problems he wants to explore, and hits submit. Multiple selections are allowed.
What happens when multiple fields of the same name get submitted? Can the form bean handle this? Will I be able to determine in my action class which ones were clicked? Thanks, Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

