Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
dir:addattrs
Adds attributes to existing entries.
Syntax
<dir:addattrs name="entry"> <dir:argument name="attribute name" <dir:argument value="attribute value"/> </dir:addattrs>Parameters
name (required)- Unique identifier for the name of the entry to which attributes are being added. The value is relative to the
baseDNproperty.
dir:argument name (required)- Name of the attribute to be added to this entry.
dir:argument value (required)- Specifies the use of the
CS.Property.dir.typeUserorCS.Property.dir.typeGroupproperties. The property specified identifies the type of the object specified by thenameparameter. This value is ignored if the arguments imply the distinguished name.
Error Numbers
The possible values of
errnoinclude:
Example
<dir:addattrs name="Variables.modname" /> <dir:argument name="Variables.phoneFieldName" value="Variables.phone" /> </dir:addattrs>
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.