Hi!

On Tue, 17 Oct 2000, James Wilson wrote:

> The way I fixed the problem was to use getParameterNames and to make
> each name Comparable in the order I needed.
>
> <input name="1_Name" . . .>
> <input name="2_Address" . . .>
>
>

  First of all, I'd like to thank for all the answers.

  The problem is that the servlet is a general purpose one, which, does
not control the html form. So I can't use parameters whose name is
ordered. I can't also use javascript because I don't generate the form. I
can't also get the paramaters by name because I don't know in advance that
name (I currently check the Enumeration getParameterNames, which is
returned unordered. I've looked at tomcat implementation and it's based on
an HashTable, so it's not easy to tweak the implementation :-) ).


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