Hi Tom,

        I tried your answer, still request.getParameterValues("GroupList");
is returning null?

        -Srini


> -----Original Message-----
> From: Lageson, Tom [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, November 22, 1999 12:45 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Not able to read items list box...
>
> Srini,
> It should be:
> <SELECT SIZE=5 NAME=GroupList SINGLE>
>                                 <OPTION VALUE="MICHAEL">Michael</OPTION>
>                                 <OPTION VALUE="JOHN">John</OPTION>
>                         </SELECT>
>
> - Tom
>
> -----Original Message-----
> From: Srinivasa Nagalli (USA) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 22, 1999 12:48 PM
> To: [EMAIL PROTECTED]
> Subject: Not able to read items list box...
>
>
> Hi,
>
> I have a small prob.
> I have an HTML page which displays a list of users.
> <SELECT SIZE=5 NAME=GroupList SINGLE>
>                                 <OPTION >Michael</OPTION>
>                                 <OPTION >John</OPTION>
>                         </SELECT>
> User can add to this list, dynamically.
>
> Now when user clicks on submit button, my servlet is called. In my servlet
> i
> am using
> request.getParameterValues("GroupList");
>
> This method is returning null.
> Any idea why?
>
> Regards,
> Srini
>
> __________________________________________________________________________
> _
> 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