You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2010/12/03 22:12:10 UTC

[jira] Created: (TRINIDAD-1969) RequestContext.getPartialTargets(UIComponent) is not context safe

RequestContext.getPartialTargets(UIComponent) is not context safe
-----------------------------------------------------------------

                 Key: TRINIDAD-1969
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1969
             Project: MyFaces Trinidad
          Issue Type: Bug
            Reporter: Andrew Robinson


The RequestContext.getPartialTargets(UIComponent) method returns a collection of UIComponents, but that is pretty useless as it is illegal to be interacting with components that are not in context. Instead, the method should be returning a list of client IDs that can be passed to visitTree to visit them in-context.

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