论坛首页 Java企业应用论坛

freeMarker通过在action中设置属性值,在ftl中显示的方法

浏览 3290 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2009-03-10   最后修改:2009-03-10

To get access to Request Parameters use one of the following syntaxes where test is the request property(如果是通过addParameter的方式设置的值可以用一下两种方法在ftl中获得属性值)

Code:
${RequestParameters['test']}
or 
${RequestParameters.test}

to get access to Request Attributes use one of the following where test is the request attribute(如果是通过setAttribute的方式设置的值可以用一下两种方法在ftl中获得属性值)

Code:
${Request['test']}
or 
${Request.test}
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics