JSP CUSTOM TAG LIBRARIES


Examples: nodocument tag
The following example displays "Document found" if a document with the unid exists and "Document does not exist" otherwise.

<domino:document unid="EC194A52A24CBCD685256B5E0058FA5F" >

Document found

</domino:document>

<domino:nodocument>

Document does not exist<br>

</domino:nodocument>

See Also