标签:style blog http io color ar sp strong 文件
在web.xml中配置如下即可:
<context-param> <param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name> <param-value>/WEB-INF/tiles.xml, /WEB-INF/tiles2.xml</param-value> </context-param>
获取context-param的源代码:
而param-value中的路径会根据逗号拆分成多个路径,两头的空格也会被去掉:
调用堆栈:
标签:style blog http io color ar sp strong 文件
原文地址:http://www.cnblogs.com/lanhj/p/4099095.html