就是这个http://www.csdn.net上就有关于tiles使用的文章,你可以参考一下

解决方案 »

  1.   

    当然可以分
    前提是你在多模块化的struts-config-xxx.xml,struts-config-yyy.xml中
    分别写上对应的
    <plug-in className="org.apache.struts.tiles.TilesPlugin">
        <set-property value="/WEB-INF/tiles-config-xxx.xml" property="definitions-config" />
        <set-property value="true" property="moduleAware" />
        <set-property value="true" property="definitions-parser-validate" />
      </plug-in>和
    <plug-in className="org.apache.struts.tiles.TilesPlugin">
        <set-property value="/WEB-INF/tiles-config-yyy.xml" property="definitions-config" />
        <set-property value="true" property="moduleAware" />
        <set-property value="true" property="definitions-parser-validate" />
      </plug-in>