Re: Problem writing a custom BeanBlockEditor (solved)

2009-08-06 Thread Sebastian Hennebrueder
I solved the problem. Translators are registered like this public static void contributeTranslatorSource(Configuration configuration,

Problem writing a custom BeanBlockEditor

2009-08-06 Thread Sebastian Hennebrueder
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