Re: T5: different translator behaviour for same component

2007-08-21 Thread Josh Canfield
Hi Ted, I could be totally wrong, (I just did code inspection, no debugging) but looking at the TranslatorSource http://tapestry.apache.org/tapestry5/tapestry-core/apidocs/src-html/org/apache/tapestry/internal/services/TranslatorSourceImpl.html or http://tapestry.apache.org/tapestry5/tapestry-cor

Re: T5: different translator behaviour for same component

2007-08-21 Thread Ted Steen
Is this a stupid question or is it just hard to answer? (bump...) 2007/8/18, Ted Steen <[EMAIL PROTECTED]>: > Hi, > > The date picker component im working on atm have a selectable date > format which should be parsed and formatted by the translator. > The date format is passed to the date picker v

T5: different translator behaviour for same component

2007-08-18 Thread Ted Steen
Hi, The date picker component im working on atm have a selectable date format which should be parsed and formatted by the translator. The date format is passed to the date picker via a parameter, problem is that the translator is defined in the app module and I dont know how to get the information