Understanding the JSP attribute errorPage
I set up a simple test to see how <% @page errorPage = "error.jsp"%> behaves. It seems that he executed the indicated page "error.jsp" when I throw an exception, but if I test syntax errors such as the absence of ";", I still get the tomcat error page. Am I missing something or shouldn't execute the error page for any type of error?
+4
sam
source share