Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
acl:set
Sets a field in an ACL.
Syntax
<acl:setname="ACL name"field="field"value="value"/>Parameters
name (required)- Name of ACL.
 
field (required)- Field to be set.
 
value (required)- Value to be set in the field.
 
Description
This tag sets the value of a field in a previously loaded ACL.
errno
The possible values of
errnoinclude:
 Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example sets the value to
editorin theaclnamefield ofacl1.<acl:set name="acl1" field="aclname" value="editor"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.