Please ask this question to the Struts Users mailing list:
http://struts.apache.org/mail.html
Antonio
2008/5/22 Dallas <[EMAIL PROTECTED]>:
>
> Hello!
>
> I´m having some issues trying to extend the ExceptionMappingInterceptor.
>
> The Struts 2 documentationen says that you can override the publi
Hello!
I´m having some issues trying to extend the ExceptionMappingInterceptor.
The Struts 2 documentationen says that you can override the publishException
method,
but I´m not having any luck in doing so, the method never gets called...
My interceptor:
package se.ahlens.intranet.apps;
---Im