如何动态设置属性值....



在tiles.xml中设置静态属性值

<tiles-definitions>
<definition name="baseLayout" template="/site/layout.jsp" >
<put-attribute name="body" value="/index.jsp"/>
<put-attribute name="top" value="/site/footer.jsp"/>
<put-attribute name="bottom" value="/site/header.jsp"/>
</definition>
</tiles-definitions>

可以动态地给出属性值吗?

使用Preparer。这是如何。

相关内容

  • 没有找到相关文章

最新更新