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