Hi,
I am refactoring an old web based app to XPages. As a replacement of a Form/Subform combination, I created an XPage / Custom Control combination with field an both elements. When saving a document (created with the XPage), only field data from the XPage (not from the CC) is stored as part of the document. How do I tell the CC to use the same document data storage as the Xpage. Defining a separete data definition on the CC just using the same name “document1” doesn’t do right.
Manfred