How does the execution phase work in jsf (javaserver faces) life cycle?



How does the execution phase work in jsf (javaserver faces) life cycle?..

Answer / Raghvendra Shukla

"The Execution phase in JSF life cycle includes the Apply Request Values, Process Validations, Update Model Values, and Invoke Application phases. During these phases, the request parameters are processed, validations occur, data is updated, and application logic is executed."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

Can we have a jsf application without faces-config.xml?

1 Answers  


How to map faces servlet instance in jsf (javaserver faces) application?

1 Answers  


What is a view object?

1 Answers  


What are the features of jsf (javaserver faces)?

1 Answers  


What is resource binding in jsf?

1 Answers  


Can the JSF support multiple faces configuration files?

1 Answers  


Explain the working of execution phase in jsf.

1 Answers  


How does the execution phase work in jsf (javaserver faces) life cycle?

1 Answers  


Why jsf is not so popular as mvc framework like spring mvc, even though its older?

1 Answers  


What are facelet jsf tags?

1 Answers  


why is jsf used for?

1 Answers  


What is the use of jsf life cycle?

1 Answers  


Categories