Joined: Thu Apr 19, 2007 5:43 am Posts: 4 Location: Solingen, .de
|
Hi all,
I'm walking my first steps with the Hibernate Validator Framework to validate annotated domain model classes. Everything works quite fine so far, yet I've run into a little problem.
I would like to override the default german validator messages with a selfmade ValidatorMessages_de.properties file. Unfortunately, the Hibernate Validator Reference Guide (3.0.0GA) does not tell me:
a) where to place the properties file
b) how to tell the Validator that I want to use this file instead of the default messages.
Can anyone help me on this?
TIA,
Robert
|
|