Application stores big amount (~10k) of rather big rich text (many hundreds/few thousands lines) hyperlinked documents. Content of the rich text fields is updated by Lotus Notes rich client and users link documents by standard "Copy as Link/Paste" procedure. It creates doclinks looking like small yellow document icon (or the ones with anchor - navigating to specific position within rich text). These icons rendered in XPage look the same.
Documents are NOT saved/updated by web interface/XPage.
The problem: for long RTF content, after ~1200 rendered doclinks they stop showing/rendering (even in HTML source). Exact number of rendered doclinks vary from document to document.
MIME encoding is not a solution. Documents whose RTF was converted to MIME have two unacceptable side effects:
- Those nice images for doclinks are rendered as blue
[Link]text. - Much worse, rich text field control does not translate doclinks to (expected)
https://URL, they stay innotes://format.
Is there some internal limit that prevents rendering such count of standard doclinks? Is there any workaround to render long rich text fields with many doclinks?
Update:
server/db.nsf/0/unid/Body?OpenField output is affected by this bug too.