How to display error messages in JSF?
Answer / Chandrabhan Kushwaha
Error messages can be displayed in JSF by adding a message to the FacesContext's validationErrors or messages lists. These lists are used by the component tree to render any stored error or informational messages when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is h:inputhidden tag in jsf (javaserver faces)?
What are different implementations of JSF API?
What is a listener class?
What is javaserver faces expression language?
What standard jsf tag libraries do you know?
List some of the attributes of <h:form> tag in jsf?
How to implement internationalization (i18n) in JSF?
List the available scopes for managed bean in jsf.
Can jsf contain multiple configuration files?
What is f:validatebean tag in jsf (javaserver faces)?
What are Data Bound table components ?
What are the facelets composite components?