You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by 白鹏 <bi...@gmail.com> on 2009/04/28 03:52:14 UTC

[HELP] can we set multiple extended packages??

<package name="project" extends="struts-default">
       here defines the *authorityStack *
</package>
<package name="a" extends="project,json-default">
  <default-interceptor ref-name="*authorityStack*"/>   // but the debugger
told me it* could not find the authorityStack!*
</package>

Does anyone can help?

Thanks !