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.ernno
None.
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 > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.