I\'m trying to get Hibernate Validator setup to use messages from a Spring MessageSource. I have the following setup in my messages-context.xml:
messages-context.xml
<
Hibernate Validator is looking in a different place for the locale. Try this:
LocaleContextHolder.setLocale(locale);