public java.lang.String getQueryString()
in HTTPServletRequest and you can parse them yourself

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net 

> -----Original Message-----
> From: Krzysztof Zielinski [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 27, 2001 9:21 AM
> To: Anthony
> Subject: Re[2]: How to get request prameters in right order.
> 
> 
> Hello Anthony,
> 
> Tuesday, March 27, 2001, 6:59:54 PM, you wrote:
> 
> A> Web browsers are not required to return the form values in the 
> order they
> A> are in in the form.
> A> You should therefore not expect the results to be returned in any
> A> particular order.
> A> Bap.
> 
> I have read on the W3.org page
> http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4 that
> 
>    .....
>    The control names/values are listed in the order they appear in the
>    document. The name is separated from the value by `=' and name/value
>    pairs are separated from each other by `&'.
>    ....
>    A "multipart/form-data" message contains a series of parts, each
>    representing a successful control. The parts are sent to the
>    processing agent in the same order the corresponding controls
>    appear in the document stream
>    ....
> 
> Is it true or false for Web browsers?
> 
> 
> I need a request parameters in right orger because I'm trying to
> create a Java class similar to perl XMLForm module. It creates XML
> from request.
> 
> -- 
> Best regards,
>  Krzysztof                            mailto:[EMAIL PROTECTED]
>   ICQ # 47933362
> 
> 
> 

Reply via email to