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:
db
,
document
,
form
,
ftsearch
,
view
Syntax
<domino:ifnoaccess
is="true|false"
debug="true|false"
onfailure="inline|exception"
time="true|false">
Attributes
is
If true, evaluates the body of the tag if the user attempting to access the database does not have access to it. If false, evaluates the body of the tag if the user attempting to access the database does have access to it. If not specified, defaults to true. Optional.
See the
Common Domino JSP tag attributes
section for definitions of debug, onfailure, and time.
See Also
The Domtags tag library
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary