
- Forum
- Programming Talk
- Java
- Regarding Request Object
Regarding Request Object
This is a discussion on Regarding Request Object within the Java forums, part of the Programming Talk category; Hi I am getting values from database in action Class and i am setting those in request object to present ...
-
Regarding Request Object
Hi I am getting values from database in action Class and i am setting those in request object to present on jsp. if my action class returns the failure i am redirecting the request to same jsp. in case of second time execution the values from the request is not populating plss some one help me on this.......thanks in advance.
Suresh
-
Can you post the extract of your code here so that we could figure out the problem and help you out in this.
-
04-15-2007, 07:30 AM #3
- Join Date
- Apr 2007
- Answers
- 1
Are forwarding or Redirecting.
In Redirecting original request parameters becomes invalid.
"Beans placed in the original request scope are not available to the second request"
-
Suresh post the details asked by our friends here in this thread. Then only we could help you in solving your query. If your query is solved let us know how you resolved so that other members would get benefited by knowing the approach.
-
Sponsored Ads

Reply With Quote





