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!

Retrieve form parameters in order

AviNov 20 2014

Hi All,

I have some 20 forms in my application. Now what i am doing is just looping around the request Enumeration after form submit and sending a mail to my back-end systems with form data. But what is happening every time i submit a form the request Enumeration does not return me data the order fields appear on the display browser. I could create a bean for each form and define the order, but creating 20 such beans is a overhead and is not something that would help me anytime to leverage the forms. Is there any method by which i can retrieve the form fields by the order they appear on the screen.

I know this might be weird, but i really did not have that time to think of.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 18 2014
Added on Nov 20 2014
0 comments
674 views