I am trying to call a parameterless method from JSF 2.0 bot on
(without any surrounding tag).
According to Burns / Schalk: full link: JSF 2.0, which is possible (p. 126, # {userBean.pullValuesFromFlash ()}).
However, the structure accepts the expression as an expression of value and therefore considers foo to be a bean property. In JBOSS 7.0.1 (and 6 too) I get
"Class" ... "does not have the property" foo ""
error message.
source share