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.

Reply via email to