JSP CUSTOM TAG LIBRARIES
ifdbrole tag
Conditional tag. In the context of a db tag, restricts generation of the JSP page to only those users included in a custom ACL role. To allow for programmatic determination of access control, the standard access level names (author, editor, etc.) can be used as role names.
Contexts
Valid in:
db
,
document
,
form
,
ftsearch
,
view
Syntax
<domino:ifdbrole
is="true|false"
name="role name"
debug="true|false"
onfailure="inline|exception"
time="true|false">
Attributes
is
If true or not specified, evaluates the body of this tag if the user is included in the role specified in the name attribute. If false, evaluates the body of this tag if the user is not included in the role specified in the name attribute. Optional.
name
Name of the database ACL role that a user must be included in to be able to access the JSP page. Alternatively, can be one of the following: author, depositor, designer, editor, manager, or reader. Required.
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