Nic Werner <[EMAIL PROTECTED]> writes:

> I have groups of parameters that are coming to my servlet and order
> matters. The request name will be the same, but there could be
> potentially three different values. I group them in my servlet by how
> they came in.
>
> Unfortunately, I've noticed that the getParameterMap doesn't follow
> this, nor does getParameterNames, is there a workaround for this?
>
> I've searched through the archives, and don't really see a solution.

You can get the query string that was used via
request.getQueryString()

If the parameters are POST parameters you can read them yourself from
the input stream. There are several implementations of parameter body
readers out there that you can alter (take care with the licences!) to
do what you want.

For a small fee I'll write you one.



> Thanks,
>
> - Nic.

Oh no! Another Nic.


/8->


--
Nic Ferrier
http://www.tapsellferrier.co.uk

___________________________________________________________________________
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