Re: CodeBehind @ParentPackage annotation seems to not work in struts 2.3.15.1

2013-10-22 Thread Greuel, Jim
Thanks Lukasz. Yes, setting defaultParentPackage fixes the problem for the sample app, but my real app has multiple custom struts packages, so I can't specify a single default that works in all cases. Jim > In 2.0.11 the Codebehind plugin was just a UnknownHandler ;-) > Try add this: > va

Re: CodeBehind @ParentPackage annotation seems to not work in struts 2.3.15.1

2013-10-22 Thread Lukasz Lenart
In 2.0.11 the Codebehind plugin was just a UnknownHandler ;-) Try add this: And you don't have to include "struts-plugin.xml" - framework does it for you ;-) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/10/22 Greuel, Jim : > I know the Codebehind plugin was deprecat