What is the lifecycle of facelets application in jsf (javaserver faces)?
Answer / Shailendra Kumar Dwivedi
The lifecycle of a Facelets application in JSF (JavaServer Faces) consists of seven phases: Restore View, Apply Request Values, Process Validations, Update Model Values, Invoke Application, Render Response, and Encode Response.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we have more than one faces-config.xml files in jsf?
What is the use of the view module?
Explain the different kinds of bean scopes in jsf?
What is h:graphicimage tag in jsf (javaserver faces)?
What are tags in jsf?
What does ajax stand for?
What is the difference between backing bean and managed bean?
Mention some of the validator tags used in JSF?
Why jsf is not so popular as mvc framework like spring mvc, even though its older?
Explain @SessionScoped annotations?
Explain the working of execution phase in jsf.
Tell us about the purpose of the converter tags in jsf.