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 a listener class?
why is jsf used for?
What is h:outputtext tag in jsf (javaserver faces)?
Explain @ViewScoped annotations?
What is the use of the view module?
Explain the difference between jsf 1.0vs.jsf 2.0?
What are some of the facelets tags?
What is the difference between backing bean and managed bean?
What are the facelets composite components?
What is the difference between jsf-1 and jsf-2?
what does JSF-Managed Bean?
How to map faces servlet instance in jsf (javaserver faces) application?