Hi,

I am passing a jsp page which creates the html with hidden fields to a
servlet for processing.  In the servlet, I use getParameter("hiddenfield1")
to get the value but I get a null instead.  I could see the source code of
the file in the browser and I see values there.  Am I missing something??
Should I use setAttribute instead??

String hidfield1 = request.getParameter("hiddenfield1");

talk to you later,
Will

___________________________________________________________________________
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