Explain the different types of validations in jsf?



Explain the different types of validations in jsf?..

Answer / Arunaabh Ravi

JSF provides various validation mechanisms such as: required validation (checks if a field is empty), length validation (checks the length of an input), pattern validation (checks if an input matches a specific pattern), and custom validation (user-defined validation rules).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

What is f:validaterequired tag in jsf (javaserver faces)?

1 Answers  


How to display error messages in JSF?

1 Answers  


List out the available implementations of JavaServer faces?

1 Answers  


Explain the different types of validations in jsf?

1 Answers  


What is a managed bean?

1 Answers  


Why jsf is not so popular as mvc framework like spring mvc, even though its older?

1 Answers  


why is jsf used for?

1 Answers  


Explain the differences between a managed bean and backing bean in jsf?

1 Answers  


How does render phase work in jsf (javaserver faces) life cycle?

1 Answers  


What is jsf and why it is used?

1 Answers  


Explain @SessionScoped annotations?

1 Answers  


How to create facelets templates?

1 Answers  


Categories