Struts2中的调试标记不断收到此错误。有什么想法会导致这种情况吗?
FreeMarker template error!
Expression stackObject.value.get(propertyName).toString() is undefined on line 58, column 122 in template/simple/debug.ftl.
The problematic instruction:
----------
==> ${stackObject.value.get(propertyName).toString()?html} [on line 58, column 120 in template/simple/debug.ftl]
in include "/${parameters.templateDir}/simple/debug.ftl" [on line 23, column 1 in template/xhtml/debug.ftl]
----------
答案 0 :(得分:0)
没关系。值栈有一个带有重写的toString方法的对象,该方法返回null。