First page Back Continue Last page Graphics
JSF life cycle:
JSF life cycle:
- Is a series of stages through which an application request passes before a result is presented to the requestor
- Can be watched and intercepted in a PhaseListener class
- Is repeated many times within a user application session
There are six life cycle stages:
- Restore View
- Apply Request Values
- Process Validations
Notes: