What are JSF life cycle phases?
Answer / Mr Rajesh Kumar Meena
"The JavaServer Faces (JSF) life cycle consists of several distinct phases. These are: 1. Restore View, 2. Apply Request Values, 3. Process Validations, 4. Update Model Values, 5. Invoke Application, 6. Render Response"
| Is This Answer Correct ? | 0 Yes | 0 No |
What standard jsf tag libraries do you know?
What are the differences between a Backing Bean and Managed Bean?
Explain the purpose of the <h: form> tag.
What are the facelets composite components?
What is the difference between backing bean and managed bean?
What is the significance of @managedproperty annotation?
What is f:validatedoublerange tag in jsf (javaserver faces)?
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
What is f:validatelongrange tag in jsf (javaserver faces)?
What is javaserver faces ui component?
How to implement internationalization (i18n) in JSF?
What is javaserver faces conversion model?