Re: error page is included instead of redirection

2002-05-30 Thread Phillip Morelock
If you're doing CORBA, etc., you might want to consider writing servlets for the complex, error-prone processing you're doing. Then you can choose which JSP to forward your resulting response to: myGoodJsp.jsp or myErrorJsp.jsp. cheers fillup On 5/30/02 2:45 PM, "Tom Parker" <[EMAIL PROTECTED]>

RE: error page is included instead of redirection

2002-05-30 Thread Tom Parker
> if there is a CORBA exception or other during my operations it seems that > instead of the browser going to error.jsp it is doing an include > inside the > page (that is copying the code of error.jsp directly inside). I believe that this is due to the way redirection works. You can only redirec