ction throwing the exception I did not get to see the error page.
[cid:image001.png@01D1E81F.008AC660]
With regards
Adrian Chia
-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org]
Sent: Wednesday, July 27, 2016 2:52 PM
To: Struts Developers List
Subject: Re: Exce
I did not get to see the error page.
[cid:image001.png@01D1E81C.DD63F960]
With regards
Adrian Chia
-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org]
Sent: Wednesday, July 27, 2016 2:52 PM
To: Struts Developers List
Subject: Re: Exception Mapping Annotation seems
2016-07-26 10:14 GMT+02:00 Adrian CHIA :
> Hi
>
> It seems that the struts 2.3.4.1 Exception Mapping annotation cannot be
> inherited by the sub-classes. I attempted to put the annotation in the base
> class but the child class is unable to inherit the exception mapping. However
> results view c
possible solution:
declare @Inherited for interface will allow implementor(s) to Inherit the
@Inherited interface
typehttp://docs.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Inherited.html
How to use @Inherited illustrated
athttp://stackoverflow.com/questions/23973107/how-to-use-inheri