On Tue, 17 Oct 2000, SEYNAVE, PATRICK wrote:

> I'm not sure I understand your problem... I read post data by calling
> request.getParameter("param_name") for each one of my parameters.
> It's that easy!

the problem is this, if I have a form
<input name=bla1 .../>
<input name=bla2 .../>
<input name=bla3 .../>

I'd like to know that the order specified in html was
first - bla1,
2     - bla2,
3     - bla3

More, if I have input names that are equal I'd need to know the order (And
yes, I have users who request to repeat form paramater names in their
forms, go figure...)

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

Reply via email to