[
https://issues.apache.org/jira/browse/TRINIDAD-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633938#action_12633938
]
Andrew Robinson commented on TRINIDAD-1238:
-------------------------------------------
The reason that I mention using invokeOnComponent is because the
addPartialTarget(UIComponent) uses the component. It does things like try to
find the closest component that renders HTML for example. This functionality
would not be possible without the UIComponent reference. So using a client ID
only would impact the functionality available in that addPartialTarget method.
Some research would be needed to see if only using a String is feasible.
> 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.