6

是否可以在 ViewPreparer 中访问 Apache Tiles 定义名称?

4

1 回答 1

1

只需将属性添加到 xml 中,例如

<definition name="t.*" extends="t.container">
    <put-attribute name="body" value="/WEB-INF/jsp/{1}.jsp"/>
    <put-attribute name="title" expression="${song.title} - ${song.author} in ${jukebox.name}"/>
    <put-attribute name="view" value="t.{1}"/>
</definition>
于 2013-05-27T07:19:52.757 回答