您的位置:首页 > 产品设计 > UI/UE

FreeMarker template error!stack.findValue(parameters.listKey) is undefined.

2011-07-22 09:04 951 查看
关于这个错误:
注意-》(parameters.listKey) is undefined.这句话;
》》没有用发现属性栈的集合key

也就是,页面有list从值栈中取不到值,或者是key从值栈中取不到值,又或者是后台设置错误。

FreeMarker template error!
Error on line 25, column 9 in template/simple/radiomap.ftl
stack.findValue(parameters.listKey) is undefined.
It cannot be assigned to itemKey
The problematic instruction:
----------
==> assignment: itemKey=stack.findValue(parameters.listKey) [on line 25, column 9 in template/simple/radiomap.ftl]
in user-directive s.iterator [on line 23, column 1 in template/simple/radiomap.ftl]
in include "/${parameters.templateDir}/simple/radiomap.ftl" [on line 25, column 1 in template/xhtml/radiomap.ftl]
----------
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐