From: "Jean-Marie Pitre" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: "Struts Users Mailing List" <user@struts.apache.org>
Subject: Forward Action to Action
Date: Sat, 21 Oct 2006 16:27:13 +0200


Hi,

I would like to forward an Action to another one.
My problem is : I want to pass a data from my first first action to my
second formbean (second action).

I tried to do a setattribute in my first action before calling
mappingfindforward and in my second formbean to create an acessor but
the formbean is never populated.

Have you got and idea ? is it possible and correct to do that ?

Thanks,
Regards JMP.

-------------------


you just switch one action to another, why you need a formbean for the second action?

I mean you can add your parameters to the request which requries the second action.

you can just read the parameters from the request

_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/

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

Reply via email to