Do something like this in the servlet that reads from the one w/ HTML select
box:
String[] x = request.getParameterValues("Name_of_select_box");
Array x will contain the values of the selected elements... then you can
loop through x to retrieve values. Good luck.
-Majid
-----Original Message-----
From: Moitreyee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 10:06 AM
To: [EMAIL PROTECTED]
Subject: Re: How to read a multiple selection in HTML
Can anyone tell me how to read a multiple selection made in a select box
(HTML) in a servlet that reads from that page.
Urgent
Thanx in advance
Moitreyee
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html