Re: AW: Re: how to force initial Locale

2006-05-29 Thread Ron Piterman
rman Gesendet: Montag, 29. Mai 2006 12:07 An: users@tapestry.apache.org Betreff: Re: how to force initial Locale take a look at the wiki: tapestry 4 -> how tos Cheers, Ron Bondarenko, Oleg wrote: I would like to force my first page to be in a specified locale (say GERMAN). How to do it? I

AW: Re: how to force initial Locale

2006-05-29 Thread Bondarenko, Oleg
od. Thanks all the same. Oleg -Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Ron Piterman Gesendet: Montag, 29. Mai 2006 12:07 An: users@tapestry.apache.org Betreff: Re: how to force initial Locale take a look at the wiki: tapestry 4 -> how tos Cheers,

Re: how to force initial Locale

2006-05-29 Thread Ron Piterman
take a look at the wiki: tapestry 4 -> how tos Cheers, Ron Bondarenko, Oleg wrote: I would like to force my first page to be in a specified locale (say GERMAN). How to do it? I tried to override Engine and set the its locale to Locale.GERMAN in its constructor. But if the first incoming req

how to force initial Locale

2006-05-27 Thread Bondarenko, Oleg
I would like to force my first page to be in a specified locale (say GERMAN). How to do it? I tried to override Engine and set the its locale to Locale.GERMAN in its constructor. But if the first incoming request has a different locale (say ENGLISH), then my setting gets ignored (overridden la