If you really want sure way..ask JavaScript
In the "action" java file

for ( i=0; i < document.myForm.elements.length; i++ )
        document.myForm.elements[i].name, "<BR>");

0 th element will be form name itself.

See if helps

regards,
Vivek


-----Original Message-----
From: Tiago Ant�o [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 3:29 PM
To: [EMAIL PROTECTED]
Subject: Order of post data


Hi!

  How can I tell the order in which the post data (form parameters) was
sent?

  I know that I can do a getReader and analyze it myself, but if I do
that
I'll not be able to use getParameterValue or I'll get

java.lang.IllegalStateException: getReader() has already been called

  Losing getParameterValue would force me to parse the value (resolving
%HH, encondings, ...) myself :-).

Any help would be appreciated, thanks...

Tiago

________________________________________________________________________
___
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