0 Replies Latest reply on Jan 2, 2003 4:50 PM by ganton516

    Exceptions on JSP error pages

      Using JBoss/Jetty v 3.04, It would appear, that
      the exception variable, that is supposed to be set, in pages that include the <%@page isErrorPage='true'%> directive, is not being set properly.

      I can get at the exception using
      request.getAttribute("javax.servlet.error.exception");

      Which returns java.lang.Exception

      But this is not how the J2EE is supposed to work.

      Can anybody confirm this for me, and if confirmed, is this being fixed ?

      Thanx
      G