可以在Velocity模板中使用tiles属性Evaluate

时间:2014-09-23 10:06:51

标签: java spring spring-mvc velocity tiles

我正在使用Spring-MVC和tile

我需要主题和品牌的每个页面标题

我将所有页面标题存储在apache-tiles中

在页面加载之前我想获得tile属性值

在使用forgetpassword.jsp页面加载

之前,我使用这样的瓷砖我想要页面标题
<definition name="forgotpwdpage" extends="baseLayout">

        <put-attribute name="header" value="" />    
        <put-attribute name="title" value="Forgot Password" />
        <put-attribute name="body" value="/WEB-INF/jsp/user/forgotpwdpage.jsp" />
        <put-attribute name="footer" value="" />

 </definition>

给我适当的解决方案

提前致谢

0 个答案:

没有答案