Hi Sven,

thanks for the pointer. In the meanwhile, I found the Output component myself - must have overseen it.

I created an issue and submitted a patch for the input issue:

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

This introduces support for localized translators if the SymbolConstant tapestry.localized-translators is set to "true". You can vote for it if you want to see it included.

Uli

Sven Homburg schrieb:
for your output problem i want to offer you: read the docs more carefull
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Output.html

for the input issue: i search for a suggestion too

2008/6/14 Ulrich Stärk <[EMAIL PROTECTED]>:

Hi list,

For a multi-language application I'd like my users to be able to input data
according to their locale, e.g. different date formats (dd.mm.YYYY) or
different ways of seperating decimal places (',' instead of '.'). In T4 the
translators took into account the user's locale but in T5 this feature seems
to be missing. Same issue when outputting content. T4's Insert component had
a Format parameter which could be used to output localized content, I
couldn't find something like that in T5.

In my case I've got a BeanEditForm for creating/editing an entity with date
and double fields and a Grid component for displaying a list of those. How
do I localize input and output of the field's content? I already searched
the documentation, the wiki, the mailing lists and even looked at the
translators' source code.

TIA

Uli

---------------------------------------------------------------------
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]

Reply via email to