I have a custom control with one property, showDeleteButton.
- Type: boolean
- Editor: Boolean value
- Required field: true
Sporadically I get this error message when building, in the XPages that use it:
Unknown property showDeleteButton. It is not defined on tag xc:ccCommonActions
I've tried deleting the custom control and recreating it. The issue still pops up after a few builds. I can work around the issue by disabling the required property, saving, enabling, saving, project->clean.
Have anyone encountered this issue/know what might be wrong?