Home > Contents > Index >
acl:argument
Argument for other ACL tags.
Syntax
<acl:argument name="name"
value="value"/>Parameters
name (required)
- Name of the tag the argument is for.
value (required)
- Value of the argument.
Description
The
acl:argument
tag declares a name/value pair that is available to the parent tag. The parent tag must be present in the ACL tag library.Error Numbers
There are no possible
errno
for this tag.Example
<acl:create name="acl1"> <acl:argument name="aclname" value="myacl"/> <acl:argument name="cataccess" value="1"/><acl:argument name="description" value="test"/>
</acl:create>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.