to do that use the HttpServletRequest.getParamater(String s).the string s
should be your html form value .or you can use getParameterNames() method it
will return an enumeration of all the parameters or you can use
getParameterValues() it will return an string array .then manipulate it
___________________________________________________________________________
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