How to validate managed bean in jsf (javaserver faces)?
Answer / Jitesh Singh
"To validate a managed bean in JSF, you can use the Validator interface and register it with your managed bean. Then, you can call the validator method during the validation phase of the life cycle."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is javaserver faces event and listener model?
What are different implementations of JSF API?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
What does navigation rule mean in jsf?
What is javaserver faces conversion model?
Explain the life cycle of JSF?
what is JSF or Java Server Faces?
Give a list of facelet tags.
List some advantages of facelets.
What about jstl and javaserver faces ?
What is h:inputext tag in jsf (javaserver faces)?
How are the name and eager attributes used in managed bean?