My problem doesn't happen anymore but i realize that i had a remaining
propertie hidden in my app.properties :/ I removed it and it works. I'm a
bit ashamed for bothering you :p

Thanks anyway Geoff !

Charles

Le lun. 28 sept. 2015 à 10:24, Geoff Callender <
geoff.callender.jumpst...@gmail.com> a écrit :

> Try a different path, not in META-INF, and not in one of the special
> folders (pages, components, mixins, etc). There’s a lot of
> behind-the-scenes stuff going on with META-INF/assets which might be
> interfering. For example:
>
>
> http://jumpstart.doublenegative.com.au/jumpstart7/examples/input/contributingtranslators
>
> Geoff
>
> > On 28 Sep 2015, at 5:49 pm, Charlouze <m...@charlouze.com> wrote:
> >
> > 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to