----- Original Message ----- 
From: "Krzysztof Zielinski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 27, 2001 7:54 AM
Subject: How to get request prameters in right order.


> 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.
> 
> I can get all parameters by the help request.getParameterNames() but
>  it returns them as hash table keys. So we lost their original order.

There is a reason the parameters have names...

Jim

Reply via email to