直接上代碼
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
標(biāo)簽等,也要有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
標(biāo)簽等,也要有xml的約束聲明