javascript - XPages - displaying attachments in read mode -
i have xpage file upload control , rich text control. after upload attachment , save document, unable see attachment after document has been opened in read mode. <xp:inputrichtext id="richtext1" value="#{document1.richtext1}"></xp:inputrichtext> <xp:fileupload id="fileupload1" value="#{document1.richtext1}"> </xp:fileupload> what need display saved attachment when document in read mode? the file upload control uploading files. show uploaded files need add file download control xpage. ckeditor shows text "see attached file foo.jpg"