RE: Re: Forwarding to action

2002-06-23 Thread Tero P Paananen
Is it possible to return a forward to another action (e.g. to chain actions)? Yes. Excellent! However, I'm not able to find that class/method. Hint? ActionForward forward = mapping.findForward( your_forward_name ); return forward; Define the forward in your struts-config.xml

Re: Re: Forwarding to action

2002-06-23 Thread @Basebeans.com
Subject: Re: Re: Forwarding to action From: Davor Cengija [EMAIL PROTECTED] === Tero P Paananen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Is it possible to return a forward to another action (e.g. to chain actions)? Yes. Excellent! However, I'm