Is there a way to redirect, send them to a different page, but keep
information in the request so the jsp its forwarded to can use
information passed in the request attributes?
Paul Benedict wrote:
Cary,
A redirect causes a second request. You're putting data in the first
request, redirecting, which then loses the data as the browser sends a
new request.
Paul
Cary Ho wrote:
Im using a RedirectingActionForward in a struts actions (Struts
1.3.x) to take a person to another page under certain circumstances.
When I do this, anything I put in the request objects setAttribute
doesnt seem to carry to the new page. Is there a way to move the
stuff I put in the request object to carry along in the forward?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]