Recently we fixed the struts2\'s \'S2-045\' problem.I updated all the struts2 related jar files including freemarker, ognl
struts2
freemarker
ognl
You need to use getters/setters in the following format. Properties with only one starting lowercase letter are not uppercased.
public String getfTitle() { return fTitle; } public void setfTitle(String title) { fTitle = title; }