[
https://issues.apache.org/jira/browse/MYFACES-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891451#action_12891451
]
Leonardo Uribe commented on MYFACES-2824:
-----------------------------------------
I think compare the client id on invoke on component is not necessary, because
UILeaf will never be target for any callback.
> Improve invokeOnComponent and visitTree methods in UILeaf
> ---------------------------------------------------------
>
> Key: MYFACES-2824
> URL: https://issues.apache.org/jira/browse/MYFACES-2824
> Project: MyFaces Core
> Issue Type: Improvement
> Components: General
> Affects Versions: 2.0.0
> Reporter: Marius Petoi
> Priority: Minor
> Attachments: uiLeafImprovements.patch, uiLeafImprovements2.patch
>
>
> UILeaf components are stateless. They have no children and no facets.
> Therefore, the invokeOnComponent and visitTree methods should not go through
> all the children and facets. Moreover, they do not have any callback
> invocations through these methods or through a system event. The
> invokeOnComponent and visitTree methods should be overridden accordingly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.