JSP : exception object

Exception object is only available to those JSP pages that declare themselves as error pages
using the following page directive
<%@ page isErrorPage="true" %>

No comments:

Post a Comment