Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-2216

Ajax broken for SelectOneList and SelectManyList

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 5.7.0
    • None
    • Core
    • None

    Description

      The following example doesn't work!

      <tc:selectOneList value="#{controller.mountain}">
        <tc:selectItems value="#{controller.mountains}" var="mountain"
                            itemLabel="#{mountain.label}" itemValue="#{mountain.value}"/>
        <f:ajax render="selectedMountain"/>
      </tc:selectOneList>
      <tc:out id="selectedMountain" value="#{controller.mountain}"/>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hnoeth Henning Nöth
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: