Thiago H. de Paula Figueiredo a écrit :
 > Validation errors do not come from app.properties. They need to be put
in some other properties file in the classpath and then you must inform this to Tapestry through a contribution to the ValidationMessagesSource


public void contributeValidationMessagesSource(OrderedConfiguration<String> configuration) { configuration.add("somename", "path/to/your/file/in/classpath/"); // do not include the .properties suffix.
}

That looks nice ! I will give it a try :-)

Thank you.
Nicolas.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to