> I show the messages on the page like this: > > <h:messages showDetail="true"/>
showSummary is true by default. Since you used both flags you were shown both messages. Try setting showSummary to false to only have the detail shown.
> I show the messages on the page like this: > > <h:messages showDetail="true"/>
showSummary is true by default. Since you used both flags you were shown both messages. Try setting showSummary to false to only have the detail shown.