Class 2 |
Intermediate Java 30-IT-397 |
|
errorPage
-
Designates a JSP that will handle exceptions thrown from the current JSP.
-
You may want to make an error JSP for this purpose. Kind of like
the catch part of a try-catch block.
-
Example: <%@ page errorPage = "error.jsp" %>
isErrorPage
-
Designates whether or not the current page can be used as an error page
for other JSPs.
Exceptions Example

Created by: Brandan Jones
December 20, 2001