This relates to my question earlier about the SKIP_PAGE return value. Apprently, according to Eduardo Pelegri-Llopart at Sun, it should not continue control back to the called JSP.... Neal ----- Original Message ----- From: Eduardo Pelegri-Llopart <[EMAIL PROTECTED]> To: Neal Kaiser <[EMAIL PROTECTED]> Cc: Eduardo Pelegri-Llopart <[EMAIL PROTECTED]> Sent: Friday, November 05, 1999 1:20 AM Subject: Re: use of SKIP_PAGE... > Tomcat. > > Would you have time to pass this message to the Orion people? I'd have > to dig their address. They are welcome to send me mail directly to > clarify any issues. > > Thanks, > > - eduard/o > > Neal Kaiser wrote: > > > > I'm using Orion Server .79. It skips only in the ErrorHandler.jsp, but then > > goes back > > to the calling servlet? What JSP container do you use? > > --- > > Neal Kaiser > > Make-a-Store - Your E-Commerce Solution Provider > > Voice: 703-271-9449 > > Email: [EMAIL PROTECTED] > > ICQ #: 49391872 > > URL: http://www.make-a-store.com > > > > ----- Original Message ----- > > From: Eduardo Pelegri-Llopart <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, November 04, 1999 2:21 PM > > Subject: Re: use of SKIP_PAGE... > > > > > Hi Neal. > > > > > > That should work. What JSP container are you using? > > > > > > - eduard/o > > > > > > > > > > Date: Wed, 3 Nov 1999 21:55:22 -0500 > > > > From: Neal Kaiser <[EMAIL PROTECTED]> > > > > Subject: Taglib Question (SKIP_PAGE, RequestDispatcher.forward() and > > Beans) > > > > > > > > I have a problem that I was hoping writing a custom tag would solve... > > > > > > > > Anyways, rather then setting attributes and checking for attributes (to > > > > detect if there was a forward to ErrorHandler) I thought I could write a > > > > custom <abort> tag which would stop the control by returning SKIP_PAGE > > from > > > > the doEndTag() method.... > > > > > > > > This does stop any content after the <abort> tag on the ErrorHandler.jsp > > > > page, however, just like the bean, it returns control back to the first > > JSP > > > > that was called. Is this per spec? Am I out of luck with a clean > > solution > > > > to this? > > > > > > > > Thanks, > > > > Neal > > > > > > > > =========================================================================== > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > > FAQs on JSP can be found at: > > > http://java.sun.com/products/jsp/faq.html > > > http://www.esperanto.org.nz/jsp/jspfaq.html
