.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JSP CUSTOM TAG LIBRARIES


Example: richtext tag
This code displays the contents of the rich text field if the Body rich text field contains data that has been stored as mime.

<domino:form name="Tomsform" editmode="display" unid="unid of the doc to display">

<domino:richtext name="Body" />

</domino:form>

You can also include the rich text field using the item tag within a document tag. See the setitem tag example.

See Also