In my form, I have some specific target errors (with path="myField" ), and I would like to reset global errors because they span multiple fields.
But if I use <form:errors path="*"> , it will print global AND retype local errors!
How can I print only global?
Maxime ARNSTAMM
source share