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

Support for ajax onchange in Select(One|Many)List

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.7.0
    • 5.7.1
    • None
    • 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

              bommel Bernd Bohmann
              bommel Bernd Bohmann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: