Re: ParentPackage annotation not applying to subpackages

2010-07-16 Thread JP Cafaro
But now you have only one package and your interceptor has to check the namespace to see whether or not it should work. What if you want to do different things for different packages? Now you only have one. I guess it's one idea, although I'd be happier just getting the package-info.java to d

Re: ParentPackage annotation not applying to subpackages

2010-07-16 Thread Paweł Wielgus
Hi, all i can advice is to use default parent package. I described it here: http://poulwiel.blogspot.com/2009/01/intercepting-all-actions-inside-my-app.html Best greetings, Paweł Wielgus. 2010/7/14 JP Cafaro : > I'm using struts 2 with convention plugin.  The convention plugin page > states for

ParentPackage annotation not applying to subpackages

2010-07-14 Thread JP Cafaro
I'm using struts 2 with convention plugin. The convention plugin page states for the ParentPackage annotation, "To apply this annotation to all actions in a package (and subpackages), add it to package-info.java." I have two packages, my-default and my-secure. I have a package called actions