Re: Localized Translators - again

2008-10-06 Thread Ville Virtanen
The localized js validation must be there, not very serious solution if it supports server side localization, but not client side :) +1 too for localized translators and js validation. Marcelo Lotif-2 wrote: > > And me too. > Here, we're using a javascript + onToClient and

Re: Localized Translators - again

2008-10-06 Thread Ulrich Stärk
ut the discussion here also deals with the Javascript validation. Should we open a new JIRA just for the JS part? I think localized translators implicate localized client side validation on fields, were those translators are used. So there is no need for a seperate issue. As a side note, when I

Re: Localized Translators - again

2008-10-06 Thread Borut Bolčina
e ago... > > > > > > > -Ursprüngliche Nachricht- > > > Von: Ulrich Stärk [mailto:[EMAIL PROTECTED] > > > Gesendet: Montag, 6. Oktober 2008 16:32 > > > An: users@tapestry.apache.org > > > Betreff: Localized Translators - again

Re: Localized Translators - again

2008-10-06 Thread Thiago H. de Paula Figueiredo
Em Mon, 06 Oct 2008 11:32:01 -0300, Ulrich Stärk <[EMAIL PROTECTED]> escreveu: https://issues.apache.org/jira/browse/TAPESTRY-2457 (in fact I tried to Voted and watching this issue. But I think its description speaks only of Translators, but the discussion here also deals with the Javascri

Re: Localized Translators - again

2008-10-06 Thread Marcelo Lotif
alization is still such an issue, this will be really hard... > > Max > > PS: I already voted long time ago... > > > > -Ursprüngliche Nachricht- > > Von: Ulrich Stärk [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 6. Oktober 2008 16:32 > > An: users@

AW: Localized Translators - again

2008-10-06 Thread Maximilian Weißböck
-Ursprüngliche Nachricht- > Von: Ulrich Stärk [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 6. Oktober 2008 16:32 > An: users@tapestry.apache.org > Betreff: Localized Translators - again > > Am Sa, 13.09.2008, 22:36, schrieb Howard Lewis Ship: > > On Sat, Sep 13, 2008

Localized Translators - again

2008-10-06 Thread Ulrich Stärk
Am Sa, 13.09.2008, 22:36, schrieb Howard Lewis Ship: > On Sat, Sep 13, 2008 at 2:54 AM, Ulrich Stärk <[EMAIL PROTECTED]> wrote: >> - localization for translators is still missing: >> https://issues.apache.org/jira/browse/TAPESTRY-2457 (in fact I tried to >> bring this to your attention several time

Re: Localized translators

2008-09-17 Thread Filip S. Adamsen
Hi, Yes, you can just inject Request and PersistentLocale. -Filip Ulrich Stärk skrev: In order to have localized Translators, Howard suggested to override the default TranslatorSource service and add my own Translators to it. If I want to have localized Translators I have to take into

How to have localized translators

2008-06-25 Thread Ulrich Stärk
Hi List, I'd like my users to be able to input data in their respective locale. For example in most european countries you use the ',' to seperate the decimal places from the integer part of a number. For a quick workaround I'm using a patched version of Tapestry wich adds a Locale parameter