0 votes
in JSF by
What is the lifecycle of Facelets application in JSF (JavaServer Faces)?

1 Answer

0 votes
by
The JavaServer Faces specification defines the lifecycle of a JavaServer Faces application. The following steps describe that process to a Facelets-based application.

1) Lifecycle starts when a client makes a new request for a web page which is created using Facelets. JSF creates a new component tree or javax.faces.component.UIViewRoot and placed into the FacesContext.
...