Seems I remember having the same problem some time ago using hidden fields.
-----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Kwan, William Sent: Friday, December 21, 2001 2:18 PM To: [EMAIL PROTECTED] Subject: getParameter function 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 ___________________________________________________________________________ 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
