Frank, are you sure changing the class from AbstractPropertyType to BeanPropertyType is necessary there? BeanPropertyType is thought to access a property of a bean, but that inner class does not do that.
Andrea Aime
added a comment - Frank, are you sure changing the class from AbstractPropertyType to BeanPropertyType is necessary there? BeanPropertyType is thought to access a property of a bean, but that inner class does not do that.
Andrea, you are absolutely right, its not necessary to use BeanProperty insetad of AbstractProperty to read property values from properties-files for i18n support. Changed patch. Thank your for the REVIEW!
Frank Gasdorf
added a comment - Andrea, you are absolutely right, its not necessary to use BeanProperty insetad of AbstractProperty to read property values from properties-files for i18n support. Changed patch. Thank your for the REVIEW!
Frank, are you sure changing the class from AbstractPropertyType to BeanPropertyType is necessary there? BeanPropertyType is thought to access a property of a bean, but that inner class does not do that.