I have an action that needs to call another action and pass data to it.
The first action has the data in a form action1form, but the second
action uses a different form bean action2form. The first action has completed its work and needs to pass off to this second action as well as pass on some data.
All the form beans are kept in request scope (cannot use session scope).
How do I call the second action and either build its action2form prior to
the call or pass a set of values from the current action onto it so it can
access them.

I thought about stuffing the values in the request header but was wondering
if there was a better/approved way to build the form bean and pass it as part 
of the
return mapping.findForward(Globals.FORWARD_SUCCESS) call from the first action?

Thanks for any assistance on this,
Tony



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to