RE: help : chaining actions in Struts

2004-10-15 Thread Joe Germuska
gt; Have the first action's success forward on to the next action in struts config. but will the same bean be populated ? Regards , sachin -- Original Message --- From: "McCormack, Chris" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL

RE: help : chaining actions in Struts

2004-10-15 Thread sachin
IL PROTECTED]> Sent: Fri, 15 Oct 2004 15:51:32 +0530 Subject: RE: help : chaining actions in Struts > in first action class, put the bean in request before forwarding. > > -Original Message- > From: sachin [mailto:[EMAIL PROTECTED] > Sent: Friday, October 15, 2004 3:4

RE: help : chaining actions in Struts

2004-10-15 Thread Kailash Vasani
in first action class, put the bean in request before forwarding. -Original Message- From: sachin [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 3:41 PM To: Struts Users Mailing List Subject: RE: help : chaining actions in Struts > Have the first action's success fo

RE: help : chaining actions in Struts

2004-10-15 Thread McCormack, Chris
Set the bean on the request in the first action and retrieve it in the second action. Chris McCormack -Original Message- From: sachin [mailto:[EMAIL PROTECTED] Sent: 15 October 2004 11:11 To: Struts Users Mailing List Subject: RE: help : chaining actions in Struts > Have the fi

RE: help : chaining actions in Struts

2004-10-15 Thread sachin
ot; <[EMAIL PROTECTED]> Sent: Fri, 15 Oct 2004 10:42:04 +0100 Subject: RE: help : chaining actions in Struts > Have the first action's success forward on to the next action in > struts config. > > Chris McCormack > > -Original Message- > From: sachin [mail

RE: help : chaining actions in Struts

2004-10-15 Thread McCormack, Chris
Have the first action's success forward on to the next action in struts config. Chris McCormack -Original Message- From: sachin [mailto:[EMAIL PROTECTED] Sent: 15 October 2004 10:46 To: Struts Users Mailing List Subject: help : chaining actions in Struts hi all , i have a common

help : chaining actions in Struts

2004-10-15 Thread sachin
hi all , i have a common bean , which i need to use for two Actions classes which will execute one after another and populate the bean. Now how can i configure the struts so that both the action will run one after another ? Any help is welcome . . Regards, Sachin Hegde