Home » JSF h:messages

JSF h:messages

by Online Tutorials Library

JSF <h:messages> Tag

It is used to displays all messages that were stored in the faces context during the course of the JSF life cycle.

Example:

// index.xhtml

// User.java

Output

JSF H messages tag 1

Next TopicJSF <h:dataTable>

You may also like