Hi. (I just said that so I could get one of Thiago's Hi's. :-) I've upgraded from Tapestry 5.0.18 to 5.1.0.5. I had been postponing it for months because of my past experiences with upgrades from 3 to 4 to 4.1 to 5, but this time it went very smoothly. I changed the version string in my pom and let the maven plugin do its thing... a minute later everything was working. Except for the loop encoder change that the release notes warned me about, not bad at all.
However, I had written my own BigDecimalTranslator in the previous version, to format money values as currency. (I use the BigDecimal type only for currency fields.) The new version has added its own BigDecimalTranslator. Is there a way to override it with my own? I've searched the list/blogs/jiras and got my hopes up with the OrderedConfiguration, but that doesn't seem to work, or I'm missing something. Tapestry insists on calling my contributeTranslatorSource() with an unorderd Configuration. Thanks! Bryan Lewis