Hi Travis,

I am using hidden fields with no problems.
here is the HTML for one I use all the time.

<INPUT TYPE=HIDDEN NAME=Context VALUE=Part>

getting the value with this:
context = request.getParameter("Context");

I am not sure but I always make sure my case is correct.

I hope this helps.

Regards,
Bertus Viljoen

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
TravisFalls
Sent: Monday, October 30, 2000 11:12 AM
To: [EMAIL PROTECTED]
Subject: Hidden Fields


Hello all,
I have an issue.  I am trying to pass a hidden field (HTML) to a servlet.
The Java Servlet Programming book by O'Reilly said that their is no
difference in handling fields hidden or non.  If I change my hidden field to
non hidden I get the output of the field but with getParameter the hidden
field doesn't show.  any ideas?

Regards,

Travis D. Falls
E-Business Consultant/ Web Developer
The Hartford Technology Services Company
860-409-8439
[EMAIL PROTECTED]

___________________________________________________________________________
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