Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1513

convert StringToListConverter strings going to a binding property of updateComponents to their component clientId equivalents

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1.2
    • 4.1.2
    • XHR/dhtml/Ajax
    • None

    Description

      The updateComponents parameter doesn't always work properly with just updateComponents="componentA, componeentB" because the components to update may be in a loop in which case those ids aren't specific enough ...In all cases the clientId is really more ideal ....the above statement should be translated into the equivalent of updateComponents="ognl:

      {components.componentA.clientId, components.componentB.clientId}

      " .

      Attachments

        Activity

          People

            jkuhnert Jesse Kuhnert
            jkuhnert Jesse Kuhnert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: