Hi,
I think that the best solution is to link the 2 actions
with the mapping defined in the Struts-config file.
When the first one is finished, you call the appropiate forward
mapping and then execute the second Action.
Do not forget to set the needed object in the session or
in the request object.

Regards,
Dams

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 27, 2002 12:50 PM
Subject: How to chain Actions


> How do I best chain Actions?
> For example one to save data from a formular and
> one for getting the data for the new page.
>
> Or is it better to have just one action which can do
> both jobs?
>
> Is there any good article on the web?
>
>
> --------------------------------------------------------------------------
--
> ----------------
> Hanel Matthias
> Fachinformatiker (Anwendungsentwicklung) in Ausbildung
> Logistik World GmbH Fon: +49-841-9014-300
> Marie-Curie-Strasse 6 Fax: +49-841-9014-302
> D- 85055 Ingolstadt    mailto:[EMAIL PROTECTED]
> --------------------------------------------------------------------------
--
> ----------------
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to