JSF lifecycle with real example.
JSF have request,processvalidation,render respose,invoke application,update model values.These event when should occuring in the real application ?
For example:
Login application.
username,password:checking in the database.so Could please give me the how the lifecycle occuring in this application.
Please help me.