Spring validation @AssertTrue

Posted by Eqbal on Stack Overflow See other posts from Stack Overflow or by Eqbal
Published on 2010-05-18T00:08:24Z Indexed on 2010/05/18 0:10 UTC
Read the original article Hit count: 830

How do I display on a view jsp validation error message that occurs as a result of @AssertTrue annotation? It isn't tied to a specific field, but I am using it to validate a combination of fields. If I use <form:errors path="*"/> that will display all the errors for that form?

© Stack Overflow or respective owner

Related posts about spring-annotations

Related posts about spring-mvc