Fixed: https://issues.apache.org/jira/browse/TAP5-1345
On Tue, Nov 9, 2010 at 10:36 PM, Moritz Gmelin wrote:
> Hi,
>
> I have just done the upgrade of out application to T5.2.2. We have so far
> had a system to redirect a user to a localized start page depending on his
> locale settings. So far
ok, i will have a closer look.
2010/11/10 Moritz Gmelin
> Something like this.
>
>@Inject
>private PersistentLocale persistentLocale;
>
>
>Locale loc = new Locale("de", "DE");
>persistentLocale.set(lo
Something like this.
@Inject
private PersistentLocale persistentLocale;
Locale loc = new Locale("de", "DE");
persistentLocale.set(loc);
Link link =
linkSource.createPageRend
How do you build the redirect URL ?
2010/11/10 Moritz Gmelin
> Hi,
>
> the supported Locales do contain de, de_DE, de_CH, fr_CH, etc.
>
> M.
>
> Am 10.11.2010 um 09:33 schrieb Christophe Cordenier:
>
> > Hi
> >
> > How is configured your supported locales ?
> >
> > 2010/11/9 Moritz Gmelin
> >
>
Hi,
the supported Locales do contain de, de_DE, de_CH, fr_CH, etc.
M.
Am 10.11.2010 um 09:33 schrieb Christophe Cordenier:
> Hi
>
> How is configured your supported locales ?
>
> 2010/11/9 Moritz Gmelin
>
>> Hi,
>>
>> I have just done the upgrade of out application to T5.2.2. We have so fa
Hi
How is configured your supported locales ?
2010/11/9 Moritz Gmelin
> Hi,
>
> I have just done the upgrade of out application to T5.2.2. We have so far
> had a system to redirect a user to a localized start page depending on his
> locale settings. So far those locale settings could contain la