I need away to redirect to Action1 parameters and after processing and
creating an object, I need to pass this object to Action2 for further
processing.
That's what I am doing:
<action name="getAccount" class="action.AccountAction"
method="getAccountById">
<result name="success" type="redirect-action">
<param name="actionName">getMessages</param>
<param name="parse">true</param>
<param name="account">${account}</param>
</result>
</action>
the problem is Action 2 is not getting the parameter which is an obj.
Any Idea?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]