REFERENCE JSP ERROR
TAG
<%@page errorPage="error.jsp" %>
ERROR PAGE IN JSP BY
USING EXCEPTIO IMPLICIT OBJECT
error.jsp
error.jsp
<html>
<head>
<meta
http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<title>JSP ERROR</title>
</head>
<body>
<h1>ERRORS</h1>
<%@page
isErrorPage="true" %> <%-- MAKING JSP INTO ERROR PAGE --%>
<h1><FONT COLOR="RED"<B><%= exception
%></B> </FONT></</h1>
</body>
</html>
No comments:
Post a Comment