Hi Guys,
I have a problem with some UI components during their activation.
When I disable the BeanFieldGroup, it’s all ok. Later, when I enable the BeanFieldGroup, some label remain disabled. These label concern UI components like ComboBox and DateField, and are bound in BeanFieldGroup by bind(Field, Object) method. Other components are bound in BeanFieldGroup by buildAndBind(String caption, Object propertyId).