ICEfaces
  1. ICEfaces
  2. ICE-10216

ace:autoCompleteEntry selectItems using label instead of value

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.0.BETA
    • Fix Version/s: 4.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7

      Description

      I created an array of SelectItem objects and bound it to the ace:autoCompleteEntry component like this:

                  <ace:autoCompleteEntry value="#{navigationModel.searchValue}"
                                         valueChangeListener="#{navigationController.navigate}"
                                         placeholder="Search"
                                         filterMatchMode="contains"
                                         width="180">
                      <f:selectItems value="#{navigationModel.currentComponentGroup.searchSelectItems}"/>
                  </ace:autoCompleteEntry>

      The event in the ValueChangeListener is returning the selected label as the new value, instead of the value used in creating the SelectItem object.

      The showcase uses a SelectItem constructor with a single parameter, the label that is used for label and value. We need it to work with the SelectItem constructors that also pass in a separate value.

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Carmen Cristurean made changes -
        Attachment Capture.PNG [ 20691 ]
        Carmen Cristurean made changes -
        Attachment Capture.PNG [ 20690 ]
        Carmen Cristurean made changes -
        Attachment Capture.PNG [ 20690 ]
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Assignee Priority P1 [ 10010 ]
        Ken Fyten made changes -
        Fix Version/s 4.1 [ 11375 ]
        Fix Version/s 4.0 [ 11382 ]
        Ken Fyten made changes -
        Assignee Ken Fyten [ ken.fyten ] Arturo Zambrano [ artzambrano ]
        Fix Version/s 4.0 [ 11382 ]
        Assignee Priority P1 [ 10010 ]
        Brad Kroeger made changes -
        Field Original Value New Value
        Assignee Ken Fyten [ ken.fyten ]
        Brad Kroeger created issue -

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Brad Kroeger
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: