我们正在尝试从 tile 2.x 迁移到 3.x,但面临一些问题:
我们在 Tiles 2.0 中使用了以下瓷砖定义
<tiles:insertDefinition name="header.${countryCode}" ignore="false" />
但是在tiles 3.0中ignore="false"
已经被移除了,所以想知道还有什么其他的选择。简单地删除ignore="false"
可能会导致运行时异常。
这是javadoc:
瓷砖 2.x
https://tiles.apache.org/2.2/framework/tiles-jsp/tlddoc/tiles/insertDefinition.html
瓷砖 3.x
https://tiles.apache.org/framework/tiles-jsp/tlddoc/tiles/insertTemplate.html