Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Saturday, December 1, 2007

java code for JSP Error handler

<%@page isErrorPage="true" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

Sorry about the error

Sorry, We Erred Handling Your Request


Here is information about the error:



The servlet name associated with throwing the exception:
<%-- JSP 2.0 usage only!
--%>



The type of exception: "${requestScope[
\"javax.servlet.jsp.jspException\"].class.name}" />



The request URI:
<%-- JSP 2.0 usage only!
--%>



The exception message:


No comments: