Hi All... I'm trying to redirect my jsp pages to a common error page, when ever an exception is raised, but with no success :(
In my jsp page, I define: <%@ page errorPage="error.jsp" %> and in my error page, I've defined (at the very top of the page): <%@ page isErrorPage="true" %> In my jsp page I create an exception, but I am never redirected to my error page. Have I forgotten anything? Do I have to set something up in the configuration files? Thanks Best Regards, Peter Lewandowski -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
