JSF Lifecycle Diagram
APPLY_REQUEST_VALUES Process Events Process Decodes RESTORE_VIEW Build Comp Tree Parse PDL Apply Saved State (Post Only) HTTP POST / Partial Submit PROCESS_VALIDATIONS Process Events Process Validators Faces Request HTTP GET If immediate=“true” then Actions, Action Listeners, and Value Change Listeners fire here <f:view> <h:form> <h:outputLabel /> <h:inputText /> Facelet View Markup UIViewRoot HtmlForm HtmlOutputLabel Component Tree Value Change Listeners Fire Here
ICESOFT TECHNOLOGIES INC.
www.icefaces.org
Conversion/Validation Failure UPDATE_MODEL_VALUES Process Updates Process Events INVOKE_APPLICATION Process Application Process Events RENDER_RESPONSE Process Renderers Save Comp State Conversion/Validation Success Faces Response Actions & Action Listeners fire here <h:inputText /> <h:commandButton /> </h:form> </f:view> HtmlCommandButton HtmlInputText