Hello all,

could we do a
<jsp:include page="errorHead.jsp" flush="true" />

and in the errorHead.jsp using page directive:
<%@ page errorPage="error.jsp" %>         <%-- error.jsp is the run-time
exception page --%>

In this way, I can define a common error page to eliminate duplication updates
later.
but it failed on tomcat. The error page is not called.

Any inputs?

-Zhiyin

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to