1.

what Are The Jsf Life-cycle Phases?

Answer»

The six phases of the JSF application lifecycle are as follows (NOTE the EVENT processing at each phase):

  1. Restore view 
  2. Apply request values; process events 
  3. Process VALIDATIONS; process events 
  4. Update MODEL values; process events
  5. INVOKE application; process events
  6. Render response

 

The six phases of the JSF application lifecycle are as follows (note the event processing at each phase):

 



Discussion

No Comment Found