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, 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
