Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | 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:argumenttag 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
errnofor 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, 2015, Oracle and/or its affiliates. All rights reserved.