Re: currentLocale vs persistentLocale

2010-01-13 Thread Daniel Kleine-Albers
Dear Gunnar, did you by chance find a solution to this problem? I seem to have the same problem with a very similar implementation of the PPGK. As soon as I remove the PPGK the locale is switched correctly. If I leave it in, the locale is always en_US even if this is not in the SUPPORTED_LOCALE

Re: [T5] Localization problem (PageTester) on Linux

2008-11-30 Thread Daniel Kleine-Albers
Thanks, Daniel On 30.11.2008, at 12:22, Daniel Kleine-Albers wrote: Hi everyone, I'm experiencing a strange behaviour regarding localization. As usual I've got two localization catalogs in my WEB-INF directory: app.properties app_de.properties I've got some unit tests using t

[T5] Localization problem (PageTester) on Linux

2008-11-30 Thread Daniel Kleine-Albers
Hi everyone, I'm experiencing a strange behaviour regarding localization. As usual I've got two localization catalogs in my WEB-INF directory: app.properties app_de.properties I've got some unit tests using the PageTester initialized like this: tester = new PageTester(appPackage, appName, "s

Re: problem displaying german umlaute

2007-12-24 Thread Daniel Kleine-Albers
Hi there, I had a similar problem. It looks like it is not possible to write the umlauts correctly in java code itself. If you use a properties file instead (which you obviously already configured) the strings read from there will work fine. In your code try something like return getMess

T4.1.2 BrowserEvent doesn't contain position in IE

2007-08-17 Thread Daniel Kleine-Albers
Hi all, The problem I'm experiencing only occurs in IE (6 and 7), Firefox is working fine. It seems that the position information in BrowserEvent is not populated when using IE. I have an EventListener attached to a DIV element like this: @EventListener(targets="createLinkLayer", events="o

Re: [T4.1.2] No component found in tree for EventListener binding

2007-08-13 Thread Daniel Kleine-Albers
at 19:02, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Hi Daniel, I'm not sure that it's exactly the same problem. If you can, please provide an example. It would be helpful anyway. Marcus -Original Message- From: Daniel Kleine-Albers [mailto:[EMAIL PROTECTED]

Re: [T4.1.2] No component found in tree for EventListener binding

2007-08-09 Thread Daniel Kleine-Albers
Hi List, please ignore this mail. I've just found that JIRA which fixed it: https://issues.apache.org/jira/browse/TAPESTRY-1556 Thanks anyway - I've been really enjoying developing with Tapestry over last couple of months. Cheers Daniel On 10.08.2007, at 18:05, Daniel Kleine-Al

[T4.1.2] No component found in tree for EventListener binding

2007-08-09 Thread Daniel Kleine-Albers
Hi All, I've got a problem with embedding the same component into multiple pages that might be a bug. The situation is as follows: Component C has a form in it that contains a Suggest component. An EventListener is attached to that suggest field (on the onblur event). I found out that I n

Re: Hopefully an easy one

2007-05-18 Thread Daniel Kleine-Albers
Hi Tony, would using a minDate validator be an option - to restrict valid values to dates later as 01/01/2007 for example? Best regards Daniel On 18.05.2007, at 04:24, Tony Nelson wrote: No, it will accept user input as: 5/17/07 which gets translated in my queries to 5/17/0007 and causes

Re: AW: localization oddity

2007-05-18 Thread Daniel Kleine-Albers
te per Mail | sind freibleibend und unverbindlich. -Ursprüngliche Nachricht- Von: Daniel Kleine-Albers [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. Mai 2007 21:45 An: Tapestry users Betreff: Re: localization oddity Hi there, I had the same problem with German umlauts not rendering co

Re: localization oddity

2007-05-17 Thread Daniel Kleine-Albers
Hi there, I had the same problem with German umlauts not rendering correctly. Have a look at the character encoding of your files. I converted all my files to UTF-8 and since then all the labels (regardless in which message file) render correctly. Best regards Daniel On 10.05.2007, at 1