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

Reply via email to