Re: redirect or forward from method

2006-12-15 Thread Stanislav
Tnx Chris, your answer is very helpfull :-) From: Christopher Schultz <[EMAIL PROTECTED]> To: Struts Users Mailing List Subject: Re: redirect or forward from method Date: Fri, 15 Dec 2006 09:16:24 -0500 - Original Message Follows - > -BEGIN PGP SIGNED MESSAGE- >

Re: redirect or forward from method

2006-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stan, Stanislav wrote: > I'm using Strus and this is my problem. I have this method A which > have input and outpur parameters. There is try/catch block in method > A that capture Exceptions. I want to redirect or forward to jsp page > B from method A

redirect or forward from method

2006-12-15 Thread Stanislav
Hi! I'm using Strus and this is my problem. I have this method A which have input and outpur parameters. There is try/catch block in method A that capture Exceptions. I want to redirect or forward to jsp page B from method A when some error is happend and NOT to return to class C from