It's working now. I just changed the redirect-action to chain. I don't
know what's the difference, but it's working.
Mansour wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]