[ 
https://issues.apache.org/jira/browse/TAPESTRY-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse Kuhnert resolved TAPESTRY-1513.
-------------------------------------

    Resolution: Fixed

> convert StringToListConverter strings going to a binding property of 
> updateComponents to their component clientId equivalents
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1513
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1513
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.2
>            Reporter: Jesse Kuhnert
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.2
>
>
> 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}" . 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to