Christian Stone
Tue, 27 Oct 2009 18:45:57 -0700
I wanted to report this, since there has been historically many complaints about the error reporting from Freemarker and Struts, and I am looking for places where the error is being swallowed or the error is vague so I can clear them up.
-- Christian
[2009-10-27 21:28:33,322]
ERROR
org.apache.struts2.sitemesh.FreemarkerDecoratorServlet
Error applying freemarker template to
request: http://localhost:8080/?null with resultCode: success.
Error on line 45, column 13 in decorators/main.ftl
request.getAttribute("settingsx") is undefined.
It cannot be assigned to settings
Error on line 45, column 13 in decorators/main.ftl
request.getAttribute("settingsx") is undefined.
It cannot be assigned to settings
The problematic instruction:
----------
==> assignment: settings=request.getAttribute("settingsx") [on line
45, column 13 in decorators/main.ftl]
...