2013/7/10 Alireza Fattahi <afatt...@yahoo.com>:
> Thanks !
>
> I found a code 
> here:http://struts.apache.org/release/2.0.x/docs/zero-configuration.html
>
>
> @ParentPackage({"my-parent-package1, my-parent-package2"}) package 
> com.mycompany.myapp.actions import org.apache.struts2.config.ParentPackage;
>
>
> Can I do it ?!

Right, you can extend from more than one package

<package name="employee" extends="struts-default,json-default"
namespace="/employee">

http://struts.apache.org/release/2.0.x/docs/package-configuration.html


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to