I want to use the DateTranslator as following:
<input t:type="TextField" t:id="date1"
t:translator="translator:date,pattern=yyyy-MM-dd"/>
<input t:type="TextField" t:id="date2"
t:translator="translator:date,pattern=yyyy/MM/dd"/>

I implemented "Translator<Date>", 
I can only write fixed pattern in DateTranslator,but how to get different
pattern information from page template.
-- 
View this message in context: 
http://www.nabble.com/T5%3A-How-to-set-different-parttern-with-my-customized-Date-translator-with-tf4408006.html#a12575772
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to