t5 localization

2009-10-03 Thread jimmyblue
English | en and de have been set in the configuration. the english version just works fine. as soon as I click the german link, I'm redirected to the index page. tried it with tapestry 5.2.0-SNAPSHOT and 5.1.0.5. can anyone help? thanks jimmyblue -- View this message in context: htt

Re: t5 localization

2009-10-03 Thread jimmyblue
m the Quickstart Archetype, it limits you to > english only. Update TapestryModule, you'll see where that's > configured, and add "de" to the list. > > On Sat, Oct 3, 2009 at 7:41 AM, jimmyblue wrote: >> >> hi, >> >> i'm quite new to t

Re: t5 localization

2009-10-03 Thread jimmyblue
; On Sat, Oct 3, 2009 at 8:21 AM, jimmyblue wrote: >> >> Thanks for the quick response, howard. >> >> unfortunately, I already added de in the AppModule >> >> configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en, de"); >> >> or do you