How to validate managed bean in jsf (javaserver faces)?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is a listener class?

1 Answers  


why is jsf used for?

1 Answers  


What is h:outputtext tag in jsf (javaserver faces)?

1 Answers  


Explain @ViewScoped annotations?

1 Answers  


What is the use of the view module?

1 Answers  


Explain the difference between jsf 1.0vs.jsf 2.0?

1 Answers  


What are some of the facelets tags?

1 Answers  


What is the difference between backing bean and managed bean?

1 Answers  


What are the facelets composite components?

1 Answers  


What is the difference between jsf-1 and jsf-2?

1 Answers  


what does JSF-Managed Bean?

1 Answers  


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

1 Answers  


Categories