You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by gr...@cs.com on 2002/07/02 14:46:36 UTC

Exception when running JSP in Struts

I am trying to run a JSP, but keep getting the exception:

 } catch (Throwable t) {
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      try {

I do not have this code in my JSP }catch (Throwable t)
I am running JDK1.4, Struts 1.0.2, and Tomcat 4.0.


Thanks
G. Taylor

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