You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Lessard (JIRA)" <de...@myfaces.apache.org> on 2008/10/19 00:32:44 UTC

[jira] Resolved: (MYFACES-2016) Implement new contract for UIComponent.getChildren() List

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

Simon Lessard resolved MYFACES-2016.
------------------------------------

    Resolution: Fixed

Applied the patch on the branch, revision 705935.

> Implement new contract for UIComponent.getChildren() List
> ---------------------------------------------------------
>
>                 Key: MYFACES-2016
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2016
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Simon Lessard
>            Assignee: Simon Lessard
>         Attachments: MYFACES-2016.patch
>
>
> After the child component has been added to the view, if the following condition is not met:
>       FacesContext.isPostback() returns true and FacesContext.getCurrentPhaseId() returns PhaseId.RESTORE_VIEW
> Application.publishEvent(java.lang.Class, java.lang.Object) must be called, passing AfterAddToParentEvent.class as the first argument and the newly added component as the second argument.

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