I have a richtext field in the form to enter text and store attachments. In xpages, i have used multiline edit box control to enter text and file upload control to attach files in richtext field. Both the controls are binded to same richtext field.
If I attach file using file upload control and enter text in multiline edit box, i see the text being stored in the document and attachment being omitted. How to achieve in storing both attachment and text in the richtext field ?