You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jason Novotny <no...@aei-potsdam.mpg.de> on 2003/01/12 23:47:34 UTC

How do I catch JSP compiler errrors in rd.include()?

Hi,

    I'm doing the following in a Java class:

 RequestDispatcher rd = context.getRequestDispatcher("/some.jsp", req,
res);

and I want to display any compile-time or run-time excpetions. Is there
some kind of
JspException object in the request containing this information?

	Thanks, Jason


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>