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"


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -