Hi,
I am new to
JSF and I have been trying to solve this since a week now.
I am using <h:messages> to display on the top of the page, all the errors on the page.
Issue is when I submit the form for the FIRST TIME, a single error message gets displayed twice.
But when I submit the form again, the error message gets displayed just once which is what I want.
Can anyone please explain why <h:messages> is behaving like this.
Appreciate it. Thanks.