RE: Tomcat and select multiple

2002-09-03 Thread Jay Gardner
On get or post should pass array of values with the name as the array identifier. The array values are loaded in the order in which they are found in your html. You can retrieve the array using Sting[] nameArray = getParameterValues(name); --Jay Gardner -Original Message- From: Josh G

RE: Tomcat and select multiple

2002-09-02 Thread Martin Cooper
-Original Message- From: Josh G [mailto:[EMAIL PROTECTED]] Sent: Monday, September 02, 2002 6:02 PM To: Tomcat Users List Subject: Tomcat and select multiple Quick question, what's tomcat do when multiple form values are posted under the same name, like in a select