JSP CUSTOM TAG LIBRARIES


ifdocauthor tag
Conditional tag. Restricts generation of the JSP page to only those users who have author access to the current document.

Users have author access to a document if they have:


Note If the user attempting to access the JSP page does not have at least reader access to the database (if they have only depositor access, for instance), an exception is thrown. To avoid this, if a user might have depositor level access, wrap the document or form tag with an ifreader tag.

Contexts

Valid in:


Syntax
Attributes

is


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

See Also