JSP CUSTOM TAG LIBRARIES


ifnoaccess tag
Conditional tag. Restricts the generation of the JSP page from those users who do not have access to a database. Use this tag to generate a properly formatted error message (supplied in the tag body) instead of letting the page throw a generic exception.

Contexts

Valid in:


Syntax
Attributes

is


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

See Also