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]