KK,
What did you do, print the return value?  Do you realize that
getParameterValues() returns an array of Strings?  If so, the output you
show is what I would expect.

Regards,

Richard



[Ljava.lang.String;@6e22f7 [Ljava.lang.String;@39ab89
[Ljava.lang.String;@2cb49d

When you printed the return value of
At 01:07 PM 12/19/2001 -0600, you wrote:
>I tried that and got this ;-) Where am I wrong??
>
>[Ljava.lang.String;@6e22f7 [Ljava.lang.String;@39ab89
>[Ljava.lang.String;@2cb49d
>
>
>Thanks
>KK
>----- Original Message -----
>From: "Doug Turner" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, December 19, 2001 12:54 PM
>Subject: Re: Multiple Select List
>
>
> > 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
> >
> >
>
>___________________________________________________________________________
>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