T5 date localization

2008-07-03 Thread Udo Abel
Hi
- thanks for your inputs, yet here's another question:

the localization in T5 is very nice - but it does not apply to dates (and 
numbers?). 
When I change the Locale, I expected that date formatting will also change, but 
it does not. 
The DateField component also ingores Locale (and t.format, btw) and does not 
change the language  of the date-picker..
I've found that I can use the Output component, but that would result in part 
of I18n to be done by T5 and another part by the application. 

Any other way?

Udo.
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 date localization

2008-07-03 Thread Stephane Decleire

By the time those issues are solved, you can look at the wiki :

http://wiki.apache.org/tapestry/Tapestry5OutputLocaleNumber

Stephane

Ulrich Stärk a écrit :

These are known issues which have yet to be adressed. See (and vote for if
you want)

https://issues.apache.org/jira/browse/TAPESTRY-2198
https://issues.apache.org/jira/browse/TAPESTRY-2304
https://issues.apache.org/jira/browse/TAPESTRY-2457

Cheers,

Uli


Am Do, 3.07.2008, 13:47, schrieb Udo Abel:
  

Hi
- thanks for your inputs, yet here's another question:

the localization in T5 is very nice - but it does not apply to dates (and
numbers?).
When I change the Locale, I expected that date formatting will also
change, but it does not.
The DateField component also ingores Locale (and t.format, btw) and does
not change the language  of the date-picker..
I've found that I can use the Output component, but that would result in
part of I18n to be done by T5 and another part by the application.

Any other way?

Udo.
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  


Re: T5 date localization

2008-07-03 Thread Fernando Padilla
As a total digression (or just one more feature request). if you are 
going to be dealing with localization of dates.. if you happen to put 
some thought on having tapestry track not only the user's Locale but 
their TimeZone as well! that would be great!



Udo Abel wrote:

Hi
- thanks for your inputs, yet here's another question:

the localization in T5 is very nice - but it does not apply to dates (and numbers?). 
When I change the Locale, I expected that date formatting will also change, but it does not. 
The DateField component also ingores Locale (and t.format, btw) and does not change the language  of the date-picker..
I've found that I can use the Output component, but that would result in part of I18n to be done by T5 and another part by the application. 


Any other way?

Udo.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 date localization

2008-07-03 Thread Marcus
Hi Udo,

OutputLocale (or OutputLocaleNumber) is now a component of *myt5lib*project.
http://code.google.com/p/myt5lib/

Marcus