You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/12/01 20:04:12 UTC

[jira] Updated: (MYFACES-2882) 3.4.2.6 Event Broadcasting: processing events during the current lifecycle phase doesn't process additional events

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

Leonardo Uribe updated MYFACES-2882:
------------------------------------

    Resolution: Fixed
      Assignee: Leonardo Uribe
        Status: Resolved  (was: Patch Available)

Thanks to Martin Koci for provide this patch

> 3.4.2.6 Event Broadcasting: processing events during the current lifecycle phase doesn't process additional events
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2882
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2882
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT, 2.0.3-SNAPSHOT
>         Environment: myfaces 2.0.1 or trunk
>            Reporter: Martin Kočí
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.3-SNAPSHOT
>
>         Attachments: MYFACES-2882.patch
>
>
> Spec 3.4.2.6 Event Broadcasting:
> During event broadcasting, a listener processing an event may:
> ...
> --  Queue one or more additional events, from the same source component or a different one, for processing during the  current lifecycle phase.
> ...
> Current UIViewRoot creates list of events only at the beggining of processing and doesn't check if listener adds a new event. 
> Probably UIViewRoot should iterate over events in a infinite loop instead of iterator and check after if a new events appear.

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