ICEfaces
  1. ICEfaces
  2. ICE-7734

ace:tooltip issue with EL expressions interpretation

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Cannot Reproduce
    • Affects Version/s: 3.0
    • Fix Version/s: 4.0.BETA, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 3.0
    • Assignee Priority:
      P2
    • Salesforce Case Reference:

      Description

      ace:tooltip does not interpret EL expressions in the for attribute properly.
      To reproduce modify code in the showcase to be like the one below:

      <h:outputText id="#{tooltipOverviewBean.carSet[0].description}" value="#{tooltipOverviewBean.carSet[0].description}"/>
      <ace:tooltip id="canBeOmmited"
                         for="#{tooltipOverviewBean.carSet[0].description}">
              <h:panelGrid styleClass="tooltipBoxStyle">
                    <h:graphicImage value="#{tooltipOverviewBean.carSet[0].path}" alt="#{tooltipOverviewBean.carSet[0].description}"/>
                    <h:outputText value="#{tooltipOverviewBean.carSet[0].description} vehicle"/>
              </h:panelGrid>
      </ace:tooltip>

      notice that h:graphic image and h:outputText interpret {tooltipOverviewBean.carSet[0].description} EL properly as expected.

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Evgheni Sadovoi
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: