<%@ page errorPage=\"errorpge.jsp\" %>
JSP 1.0 Error Page Demo
<%
String s = null;
s.getBytes(); //这将给出 NullPointException例外
%>
在出错后以下页面被调用:
<%--@ page isErrorPage=\"true\" --%>
Attenion the fellowing error occurs
<%= exception.getMessage() %>
<%= exception.getMessage() %>