Hello,
I am using a ComboBox with a BeanItemContainer and the “property” item caption mode.
All works well, except that when I edit the selected item in a form (the ComboBox being still displayed), and commit the form changes, the ComboBox’s caption is not updated.
To sum up : if for example, I have a Person’s name used as the caption property for a combo box, changing the selected person’s name will not be reflected on the ComboBox. I have to explicitely call ComboBox.markAsDirty() to get the caption updated.
Is this normal? What am I missing?
Best,
Camille