Check out HttpServletRequest.getParameterValues(String parameterName)...actually, the method is inherited from the interface ServletRequest.
At 12:43 PM 12/19/01 -0600, you wrote: >Hello: > >I am writing some servlets and I have a problem. > >I have a multiple select list that will allows the user to select multiple >values in the list. I need to read the options selected by the user in >my next servlet. What method(s) should I use. > >Any help is appreciated. > >/KK ___________________________________________________________________________ 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
