Home > Contents > Index >
acl:load
Loads an ACL.
Syntax
<acl:load name="ACL name" acl="ACL name"/>Parameters
name (required)
- Name of the ACL in the object pool.
acl (required)
- Name of the ACL in the database.
Description
This tag creates a new instance of the implementing class, loads a specific ACL into the ACL instance, and saves the ACL instance in the object pool using the specified name.
Error Numbers
The possible values of
errno
include:
Value Description -101 No rows returned. -105 Database error. -10001 The implementing class is invalid. -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing. -10006 The object ID is not valid. -10007 The version of the object is not valid. -10008 The node ID of the object is not valid. -10010 Invalid attribute value.Example
The following example loads
ACL1
from thesample
table.<acl:load name ="acl1" acl="SiteGod"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.