If you return null from an action in S1, that means you handled the response yourself -- no need for Struts to intervene. This has nothing to do with "killing the process" (bad news for your web container). Returning null is acceptable when sending a file for download, for example.
Paul On 7/26/07, Asthana, Rahul <[EMAIL PROTECTED]> wrote: > > Forward to null has worked for me in struts 1.2.x. > > > -----Original Message----- > From: Manisha M Sathe [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 11:48 AM > To: user@struts.apache.org > Subject: Need to forward to Nothing > > > The action class does not forward to anything - it's like killing that > process if it comes to this action class. How can I specify that ? > > Thanks & regards > Manisha > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >