Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

request.getParameterNames()

843840Jan 22 2003 — edited Sep 22 2010
Hi All

I would like to know if the getParameterNames() method will give me the parameters defined on the web page in the same order as they have been defined or in any random order.

JSP page :
text1
text2
text3

request.getParameterNames() :
text2
text1
text3

OR
text1
text2
text3


thks & kind regds

Vineet
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2010
Added on Jan 22 2003
7 comments
644 views