Thanks a lot for your response. I have a tmscode in the request of action A. Now I would want this code to be available in the request of action B. Would you please tell me how would this tmscode be available to action B so that it can render the desired jsp as per that tmscode.
Thanks & Regards, MS. -----Original Message----- From: Gary Feidt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 7:27 PM To: user@struts.apache.org Subject: Re: Calling another action from an action You can simply use return mapping.findForward("actionB"); and the following in the struts-config.xml: <forward name="actionB" path="ActionB.do"/> Gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]