浏览 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} 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |