Hi all!
I have a problem with the h:messages tag. When an error occurs, e. g. an
validation error of f:validateLongRange, because the user entered an illegal
value (a value not contained in the range defined), the error summary is
printed many times in the h:messages tag. I use the tag the following way:
<h:messages layout="table" globalOnly="false" showSummary="true"
showDetail="false" errorClass="error" fatalClass="error" />
When I explicitely add an error message for a specific component to the
FacesContext, I haven't observed that behaviour - the error message is
printed only one time.
Regards,
Matthias