Hi,

 I already searched for "order", "parameter", and didn't find any
"decent" way to deal with this issue, I thought it was provided as part
of the javax.servlet API.

I need to update values in a database from a form submited to a servlet
via GET/POST.

What the problem is? :-)

Thing is that:

._ Since the request object is serially parsed the parameters are gotten
in in the order they are read.

._ I want to do it in a way that, the right values are put in the right
order in the tables regardless of the order they appear in the page. So
when I pass my jdsp's to a designer they can present them as they
please.

How do you do that?

If you can't explain to me please why not?

Thanks

___________________________________________________________________________
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