关于这个错误:
注意-》(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]
----------

3020

被折叠的 条评论
为什么被折叠?



