You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Max Starets (JIRA)" <de...@myfaces.apache.org> on 2009/08/03 21:53:15 UTC

[jira] Updated: (TRINIDAD-1545) PPR Triggers fail to fire for more than one stamp of the same component

     [ https://issues.apache.org/jira/browse/TRINIDAD-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Starets updated TRINIDAD-1545:
----------------------------------

    Status: Patch Available  (was: Open)

> PPR Triggers fail to fire for more than one stamp of the same component
> -----------------------------------------------------------------------
>
>                 Key: TRINIDAD-1545
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1545
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.11-core
>            Reporter: Max Starets
>         Attachments: jira-1545.diff
>
>
> After the first component stamp gets added as a partial target as a result of a partial trigger, other stamps of the same component will no
> longer be added as partial targets on the same request. This happens because RequestContextImpl._addTarget removes trigger-to-listeners
> mapping before recursing into processing newly found targets as subsequent triggers.
> The solution should be re-adding the map entry after recursion.

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