Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

acl:scatter

Scatters a field from an ACL.

Syntax

Parameters

name (required)
Name of the ACL.

prefix (optional)
Specifies the the name of a string for the variable names that is created in the environment. The prefixes are separated from the field names with a colon (:) when creating variables in the environment.

Description

This command allows fields of a previously loaded ACL to be copied to the environment as variables with a specified prefix. This tag is the preferred alternative to using multiple acl:get tags.

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 into
memory).

Example

The following example creates a variable in the environment with the prefix, sample.

See Also

acl:create

acl:delete

acl:gather

acl:get

acl:list

acl:load

acl:set

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.