JSP CUSTOM TAG LIBRARIES


ifdepositor tag
Conditional tag. Restricts JSP generation based on whether a user has depositor level 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 depositor access. If the "is" attribute equals false, evaluates the body if the user does not have depositor access.

Contexts

Valid in:


Syntax
Attributes

is


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

See Also