[
https://issues.apache.org/jira/browse/TRINIDAD-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633841#action_12633841
]
Blake Sullivan commented on TRINIDAD-1238:
------------------------------------------
Thanks for the clarification. I agree that the Map<String, Set<String>> pl =
_getPartialListeners(); would do the trick and that
public void partialUpdateNotify(UIComponent updated)
{
if (updated != null)
{
// now do all listeners
_addTargets(updated.getClientId());
}
}
It isn't clear to me why we would ever need to do an invokeOnComponent(),
however.
> Allow children of iterator to use partialTriggers
> -------------------------------------------------
>
> Key: TRINIDAD-1238
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1238
> Project: MyFaces Trinidad
> Issue Type: New Feature
> Components: Components
> Affects Versions: 1.0.9-core, 1.2.9-core
> Reporter: Matt Cooper
> Attachments: test.jspx, testCase.diff
>
>
> Today, if you have an iterator that stamps out components, these components
> cannot have partialTriggers where, for example, a specified button would not
> cause the component to be PPRed when clicked.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.