hi everyone. I have an errorpage to which all the exceptions are forwarded. This errorpage emails me the exception details and display a user friendly message instead of the complete exception details. Everything works fine when the exception occurs in some custom tag, i get the exception by pageContext.getException(). Now let's suppose the exception occurs in some Action. The pageContext.getException() in the errorpage returns null. So i do not know both the exception detail and the action who raised it. How can i get this information? Bye IVan.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>