Hi!

There isn't any guarantee on the servlet spec that the request
parameters should be given in any specific order. That's why the
getParameterMap-method returns a Map, i.e. not guaranteed to be
ordered. I really don't understand why you'd want to get the request
params in the order of their occurrence, but if you really have to,
you could just parse the parameters directly from the query string by
using the getQueryString-method.

Cheers,

Kai


2008/8/27 smallufo <[EMAIL PROTECTED]>:
> I have a problem with resin 3.1.6
>
> The ServletRequest.getParameterMap() 's iterator seems not confirm to the
> sequence of occurrence of key/value pairs in the URL
> Is there a solution ? (except self-parsing)
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to