直接上代码
struts.xml:
<struts>
    <include file="helloworld.xml"></include>
    <include file="/a/b/c/helloworld.xml"></include>
</struts>
其中的helloworld.xml和/a/b/c/helloworld.xml文件就是正常的struts配置文件,里面也有struts标签等,也要有xml的约束声明
直接上代码
struts.xml:
<struts>
    <include file="helloworld.xml"></include>
    <include file="/a/b/c/helloworld.xml"></include>
</struts>
其中的helloworld.xml和/a/b/c/helloworld.xml文件就是正常的struts配置文件,里面也有struts标签等,也要有xml的约束声明