Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSF lifecycle with example [closed]

Tags:

jsf

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.

like image 615
user441978 Avatar asked Dec 17 '22 21:12

user441978


1 Answers

There is an excellent tutorial by BalusC here: Debug JSF lifecycle.

If you take the time to read it and put it into practice you'll acquire a pretty nice understanding of the JSF lifecycle.

like image 89
Giorgos Dimtsas Avatar answered Dec 31 '22 06:12

Giorgos Dimtsas