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!

how to pass a variable from one jsp page to another Jsp Page

843838Jul 25 2005 — edited Jul 27 2005
hi,
What i am doing is......I have a jsp page which has a text box and a dropdown select box and a button....

Now what i want to do is the user enters some text or number in the text box and selects an option from the drop down box and clicks submit button....i want to pass both these values(which is the value entered in the text box and the option selected )to another JSP page.....so that i can run a query in that page where i want to send these values.

Someone told me that you can do this with DOM(Data object Model)...but i don't have any idea...and don't want to use Cookie option.

If someone has done this or knows how to do it .....let me know
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2005
Added on Jul 25 2005
3 comments
1,064 views