I have a form that would submit data to a servlet. i'm confused why a hidden field could not be retreive on my servlet the parameter would return a null value. Is it because of this declaration on the form tag ENCTYPE="multipart/form-data"?
I was able to retrieve hidden field when the enctype is not multipart. Could you show me how to retrieve hidden fields in "multipart/form-data" forms.
thanks a lot.
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
