What are the different types of validation used in jsf?
Answer / Prashant Dubey
JSF supports various types of validation such as Constraint Validation, Bean Validation, and Custom Validation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the facelets templates?
What is h:message tag in jsf (javaserver faces)?
What does @applicationscoped annotation indicate?
Explain the working of execution phase in jsf.
Explain the working of render phase in jsf.
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
What is h:commandlink tag in jsf (javaserver faces)?
What are the available scopes for the managed bean?
Explain different ways of declaring a managed bean in JSF?
Can we integrate jsf with other popular frameworks such as spring, hibernate etc?
What are required configurations for JSF framework?
Define jsf?