.

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


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