Hi!
I am trying to override the default validation messages with this:
----
public void contributeValidationMessagesSource(
OrderedConfiguration<String> configuration) {
configuration.override("Default",
"myclasspath/ValidationMessages",
"before:*");
}
----
In short: It does nothing. There are still the default validation
messages printed. I am not even getting an error when I rename my
ValidationMessages.properties to something different.
What am I doing wrong?
Thanks
Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]