XPages checkboxgroup isn't being saved

Hello,

my problem is that the values of my checkBoxGroups in the XPage aren’t written into the document’s fields.

So, when i reopen the XPage after i saved and closed it the checkboxes are empty.

Subject: Check the value in the control’s properties.

If you look in All properties>data>value is it bound to a field on your data source? Something like “dominoDocument1.fieldName”. This is less obvious than on most other controls where data has it’s own tab and data binding is done with drop-downs.

Subject: RE: Check the value in the control’s properties.

Hi Phil,

yes it is bound to a field