You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andrea Cerfogli <a....@gmail.com> on 2015/03/18 23:20:58 UTC

TranslatorDefaultSource don't exists in Tapestry 5.4 beta 27

I'm using Tapestry 5.4 beta 27 and I have added a DoubleTranslator in
AppModule.java

*public static void contributeTranslatorDefaultSource(
MappedConfiguration<Class, Translator> configuration)*

* {*

* configuration.add(Double.class, new DoubleTranslator());*

* }*


*but at runtime I got an error because the class **TranslatorDefaultSource
seems not exists.*

*What I have to do to replace it ?*