how to pass a variable from one jsp page to another Jsp Page
843838Jul 25 2005 — edited Jul 27 2005hi,
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