0 Replies Latest reply on Dec 19, 2001 1:19 PM by jsents

    Error handling in JSP

    jsents

      Does anyone have a good way to handle exceptions in the JSP once the Request has been Committed. I am getting a
      java.lang.IllegalStateException: Request is committed
      when I try to go to my error pages. The exception is there because of a method call that basically does a get from a bean that is passed to the JSP thru the Request. My goal is to avoid putting a Try Catch in the JSP. We have tried using the Web.xml error page(with no luck) and have used the
      <@ page errorPage= .. %>
      in the JSP. Any ideas would be great.
      Thanks
      Josh