Re: SDK BeanValidation message override
First off, I would go look at the Hibernate Forums for reasons why this is not working. Although RequestFactory does call the validation, the actual implementation is third party. Most of the magic of message replacement happens outside of it.
If you are using Hibernates Validator than the ValidationMessages is the correct properties file you need to have. I would look at the deployment artifact and verify that that properties file is showing up in WEBINF/classes directory somewhere. (I like mine right under classes, less confusing, at least for me.) That should be the only thing you need in order to use Hibernate's validation messages.
Good luck.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/899ihybKsacJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home