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

Reply via email to