[
https://issues.apache.org/jira/browse/TRINIDAD-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633561#action_12633561
]
Andrew Robinson commented on TRINIDAD-1238:
-------------------------------------------
The problem is in the RequestContextImpl class
When listeners are added to a component, client IDs are not used, only
component references. Therefore, the inputText component is added as a listener
to the button.
When the button is triggered, it loops over all the listeners and adds the
components as targets. The problem is that the stamp is not used.
This could be enhanced so that client IDs are added as listeners instead of
components.
> 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.