You can alway save objects to the session and application scopes. If the
forward is a redirect you'll have to do that. If it isn't a redirect (as
is usual) then the request still exists and is passed along. So the next
Action would still have access to it. I sometimes add an attribute to
the request before forwarding, and then look for that attribute in the
new Action.

----- Original Message -----
From: "rajiv mulay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 12, 2001 4:45 AM
Subject: forward data


Hi,

 i would like to know how to forward data along with
mapping.findForward("success")  to other jsp page.

thanks

rajiv


Reply via email to