Home > Contents > Index >
name:makechild
Builds a distinguished name.
Syntax
<name:makechild [output="name"] context="parent name"> <name:argument name="naming attribute" value="some value"/> </name:makechild>Parameters
output (optional)
- Variable name in which the distinguished name is returned.
context (required)
- Parent name to be used as a prefix for the newly constructed name.
name:argumentname (required)
- Name of the naming attribute, such as
cn
oruid
.
name:argumentvalue (required)
- Value of the named attribute.
Description
This tag builds a distinguished name from the name of the parent and the least significant component of the child's name. The least significant component is specified using the
dir:argument
parameter. The name and value of the attributes are separated by thesyntax.speratortypeval.ini
property.Error Numbers
The possible values of
errno
include:
Value Description -15024 Required parameter missing
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.