JSF life cycle with a real example.
JSF has a request, processvalidation, render respose, invoke application, updates model values. This event, when should happen in a real application?
For instance:
Input application.
username, password: check in the .so database Could you tell me how the life cycle occurs in this application.
Please help me.
source
share