Hi all, i'm trying to add my own interceptor to all of my actions. I know that i can define new package ("default") and redefine default interceptor stack and then add @ParentPackage("default") to all my actions, but the question is how to do it in one place without having to add ParentPackage in all actions or writing configuration in xml?
Best greetings, Paweł Wielgus.