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

Blake Sullivan resolved TRINIDAD-2180.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2-core

Fixed in revision 1220875

                
> Deprecate invokeOnComponent in favor of visitTree
> -------------------------------------------------
>
>                 Key: TRINIDAD-2180
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2180
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>    Affects Versions: 2.0.0-core
>            Reporter: Blake Sullivan
>            Assignee: Blake Sullivan
>             Fix For: 2.0.2-core
>
>         Attachments: jira2176_20.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> a partial visit using visitTree is always at least as fast as 
> invokeOnComponent.  In addition, for components controlling visiting, 
> providing both invokeOnComponent and visitTree implementations is a source of 
> errors.  The solution is to:
> 1) Deprecate invokeOnComponent in UIXComponent
> 2) Provide a default implementation in UIXComponent, calling visitTree to 
> visit the clientId
> 3) Remove all overrides of invokeOnComponent

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to