ICEfaces
  1. ICEfaces
  2. ICE-2543

The valueChangeListener of the panelTooltip component doesn't work under facelets

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7DR#3
    • Fix Version/s: 1.7DR#3, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      panelTooltip + valueChangeListener + Facelets

      Description

      The valueChangeListener of the panelTooltip component doesn't work under facelets

        Activity

        Hide
        Mark Collette added a comment -

        I checked the Facelets source code, and it only auto-wires valueChangeListener MethodBinding / MethodExpression for EditableValueHolder components. Since ice:panelTooltip is not an EditableValueHolder, it doesn't. Luckily, we have our own means of wiring our custom MethodBinding / MethodExpression for our custom components, so I just added this to there.

        Subversion 15477
        icefaces\component\src\com\icesoft\faces\component\facelets\IceComponentHandler.java

        Show
        Mark Collette added a comment - I checked the Facelets source code, and it only auto-wires valueChangeListener MethodBinding / MethodExpression for EditableValueHolder components. Since ice:panelTooltip is not an EditableValueHolder, it doesn't. Luckily, we have our own means of wiring our custom MethodBinding / MethodExpression for our custom components, so I just added this to there. Subversion 15477 icefaces\component\src\com\icesoft\faces\component\facelets\IceComponentHandler.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: