Expression must be a method expression but is a value expression
Answers
Answered by
2
This is also happening with the 2.0 release (Eclipse Helios + ICEfaces-2.0.0-Eclipse-3.6-plugins)....
Tried a completely clean Eclipse + ICEFaces, new project, adding JSF 2.0 and ICEFaces 2.0 project facets, including sample page.
Modified the sample xhtml, adding:
<ice:menuPopup displayListener="#
{test.dispTooltip}">
</ice:menuPopup>
<ice:panelTooltip displayListener="#{test.dispTooltip}
">
</ice:panelTooltip>
menuPopup does NOT display the error above, but panelTooltip does.
Workaround right now is to change the level of the error to 'warning' under preferences for JSF validation, but that is a temp fix
Tried a completely clean Eclipse + ICEFaces, new project, adding JSF 2.0 and ICEFaces 2.0 project facets, including sample page.
Modified the sample xhtml, adding:
<ice:menuPopup displayListener="#
{test.dispTooltip}">
</ice:menuPopup>
<ice:panelTooltip displayListener="#{test.dispTooltip}
">
</ice:panelTooltip>
menuPopup does NOT display the error above, but panelTooltip does.
Workaround right now is to change the level of the error to 'warning' under preferences for JSF validation, but that is a temp fix
Similar questions