Hello tapestry users,
I have a problem that I can't figure ou what it is.
I'm contributing to the ComponentMessagesSource from a component library :
*public static void contributeComponentMessagesSource(final
OrderedConfiguration<Resource>
configuration, @Path("classpath:META-INF/assets/catalogs/request.properties")
final
Resource requestCatalog) { configuration.add("request",
requestCatalog);}*
As you see i have a file located at
*META-INF/assets/catalogs/request.properties* in my classpath. I also have
the localized one for french locale (*request_fr.properties*) in the same
folder.
When I use the Messages service with a propertie written in those files, it
doesn't get translated.
Does someone already had that issue ?
Thanks in advance for your help.
Regards,
Charles