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

 

DIR.CREATE

Creates new objects.

Syntax

Parameters

NAME (optional)
Unique identifier for the name of the entry to create.

DIR.ARGUMENT NAME (optional)
Name of the attribute to create for this entry.

DIR.ARGUMENT VALUE (required)
Value of the named attribute.

errno

The possible values of errno include:

Value
Description
-15002
Name being created already exists.
-15004
Implementation doesn't support this operation
-15005
Unexpected naming exceptions from JNDI provider.
-15006
A required property missing, or class name specified for factory classes is in error.
-15007
Unexpected schema violation errors from JNDI provider.
-15008
General error in the syntax of an IName.
-15009
Unexpected invalid attribute exceptions from JNDI provider
-15010
Unexpected invalid attribute id exceptions from JNDI provider.
-15011
Unexpected invalid attribute value exceptions from JNDI provider.
-15012
User does not have permission to perform the operation.
-15014
Unexpected JNDI read error.
-15015
Unexpected JNDI write error.
-15016
JNDI attribute already in use.
-15023
Unexpected JNDI connection errors.
-15024
Required attribute missing.
-15025
Unknown error.
-15026
Missing required create attribute.
-15027
User create SQL failure.
-15036
Missing or invalid child argument tags for tag.

Description

This tag creates a new object.The name of the object is implied from its attributes, specified as arguments.

Example

Release Introduced

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.