Hi Moitreyee,

try
res.getParameter("comboboxname")
or res.getParameterValues("comboboxname")



it would return all the selected values seperated by commas as one string .
You can use a string tokenizer to seperate them

HTH's
Vineet

> 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

Reply via email to