Hi I was wondering if there is a way to display a localized date using an expansion, my idea is something like this: tml contains an expansion which references a Date object e.g. ${currentDate). Tapestry looks up the format for a date in the messageCatalogue and spits out the nicely formatted date. I'm assuming that at the moment tapestry converts an expansion to text by calling toString() on the object so is there any way to customize this and say "when you encounter a date, don't call toString() do xx"?
Thanks! Toby