Math, asked by satendrarajput1963, 11 months ago

Expression must be a method expression but is a value expression

Answers

Answered by mohitmudgal
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

Similar questions