Hello.

I am stuck in the following problem:

I'm trying to get all parameters from request in right order. Right order means that I 
need parameters in order as they were in HTML Form.


Now I'm doing it with request.getParameterNames() but parameter names are not in the 
right order.
....
Enumeration enum = request.getParameterNames();
...

--
Best regards,
 Krzysztof                          mailto:[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

Reply via email to