Google News
logo
JSF - Interview Questions
How does the execution phase work in JSF (JavaServer Faces) life cycle?
In the execute phase, when the first request is made, the application view is built or restored. For other subsequent requests other actions are performed like request parameter values are applied, conversions and validations are performed for component values, managed beans are updated with component values, and application logic is invoked.
Advertisement