Home > Contents > Index >
acl:set
Sets a field in an ACL.
Syntax
<acl:set
name="
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.
Error Numbers
The possible values of
errno
include:
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
editor
in theaclname
field ofacl1
.<acl:set name="acl1" field="aclname" value="editor"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.