You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rick Degrande <ri...@gmail.com> on 2017/05/22 18:14:14 UTC

is it possible to use the same namespace in 2 separate configuration files

struts.xml
  <package name="one" namespace="/myspace" ...
    action config ...
  </package>
   <include file="struts/two.xml"/>
  
end struts.xml


two.xml

   <package name="two"  namespace="/myspace" ...
     action config...
   </package>
end

having it add all new configuration to the myspace namespace ??



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org