Re: Problem writing a custom BeanBlockEditor (solved)
I solved the problem. Translators are registered like this public static void contributeTranslatorSource(Configuration configuration,
Problem writing a custom BeanBlockEditor
Hello, I got stuck writing my own editor. I have a Phone class with three String fields countryPrefix, prefix, code. I would like to render a simple text input field and translate the input to a Phone class object. But I get the following exception. org.apache.tapestry5.internal.services.Render