Re: Overriding and translating JSR-303 validation messages

2016-05-19 Thread Ido Dovrat
Or just go ahead and add these overriding properties to app.properties. On Wed, May 18, 2016 at 7:44 PM, Kalle Korhonen wrote: > You should be able to override them by adding a > ValidationMessages.properties file at the root of your classpath. See > > https://github.com/apache/tapestry-5/blob/m

Re: Overriding and translating JSR-303 validation messages

2016-05-18 Thread Kalle Korhonen
You should be able to override them by adding a ValidationMessages.properties file at the root of your classpath. See https://github.com/apache/tapestry-5/blob/master/tapestry-beanvalidator/src/test/resources/ValidationMessages_en.properties for examples. Kalle On Wed, May 18, 2016 at 4:34 AM, Ca

Overriding and translating JSR-303 validation messages

2016-05-18 Thread Casey Link
G'day, In tapestry < 5.4 the validation messages for JSR-303 lived at org / apache / tapestry5 / internal / ValidationMessages.properties In tapestry 5.4 however, I cannot find the properties file that contains these messages. Could someone kindly point me in the right direction? I'd like to lo