.

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


ifauthor tag
Conditional tag. Restricts JSP generation based on whether a user has author access to a database, as defined in the ACL. If the "is" attribute equals true, evaluates the body of the tag if the user who opened the database (see Security) has access. If the "is" attribute equals false, evaluates the body if the user does not have access.

Note Users have author access to a document if they have author access to the database and their name is contained in an authors item in the document.

Contexts

Valid in:


Syntax
Attributes

is


See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also