Home » questions » "request" object in jsp page?
"request" object in jsp page?
I have page1.jsp and page2.jsp.
- In page1.jsp I get request object and set new attribute like this:
request.setAttribute("myAtt" , some_value);
Then submit it to page2.jsp
- In page2.jsp, I try to get this value. But problem here, it return null value.
Please let me know How can I cat get "myAtt" in page2.jsp.
Thank.

Answers
the_justin
On 2006-08-03 20:46:02
zoha -
On 2006-08-03 21:23:45