You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Jack D. Bates" <jd...@telus.net> on 2002/10/07 05:43:29 UTC

Custom Include Tag & Exception Handling

I have written a custom JSP tag to include JSPs. Below is the simplified
implementation. Why doesn't Tomcat display an error report when
accessing 'page.jsp', as it does when accessing 'broken.jsp'? Anyone's
help would be VERY much appreciated.

Thanks,

Jack