>
>Ummm...why not just use:
>
>HttpServletRequest.getParameter(String parameterName)
>
>instead of Getting the enumeration?
Well I'll be retrieving many different parameters, as my servlet generates
new html forms with different fields, so I don't want to write lines and
lines of getParameter()...however the previous suggestion about using it
once just to get the hidden field first will work as that's the only field
that must be "ordered". I'll then use my enumerator for the rest. Which
makes me think of something else...once a parameter has been "got" - what
happens to it? I don't want to end up getting a parameter twice if I do an
ordinary getParameter and then an enumeration for the others...
Any thoughts folks??
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
___________________________________________________________________________
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