will the global exception not recognize the exception if I am catching it??
I need to catch it because I want to put it in the logs.  However, in my
example, if i am catching the exception then I am seeing that the error page
defined with global-results is not coming up.
do the global exception mappings only work for 'non caught' exceptions?

On Thu, Jul 30, 2009 at 4:07 PM, Dave Newton <newton.d...@yahoo.com> wrote:

> Bhaarat Sharma wrote:
>
>> Is there a way to just add [exception mapping] somewhere so that all
>> 20 package mappings see it?
>>
>> most of the packing are using struts-default
>>
>
> You could create your own base package and extend from that. Package
> extension is also documented on the Struts 2 wiki (briefly):
>
> http://struts.apache.org/2.1.6/docs/package-configuration.html
>
>
> Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to