直接上代码
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的约束声明