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
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.