Community
Participate
Working Groups
WTP version: 1.0 M3 Hello, the JSP source page editor marks every exception throwing method call in the page with "Unhandled exception of type ...", although the JSP servlet method has its own exception handling (e.g. redirecting to <%@ page errorPage="..."%>). Chily
Meanwhile I saw some cases where there are no error marks in the JSP at all. I couldn't find out so far, what makes the difference for a page full of error marks and a page with none. But here a simple example of a page with an error mark for the call of "bla();": <%! void bla() throws Exception {} %> <% bla(); %>
Changed Version field given new release numbering.
I think this has been fixed when we changed the JSPTranslation to follow the spec better, user code is now wrapped in try/catch similar to how Jasper translates. Please verify on a more recent build.
updating milestone to M6.
This bug was moved to 'closed' state, since it is so old and it is assumed really fixed and no longer useful or need further attention. Feel free to re-open, or open a new bug, if this semi-automatic processing was done in error.