Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
object:setparent
Sets the parent of a node.
Syntax
<object:setparent name="name of node" parentnode="name of parent node"/>Parameters
name (required)
- Name of the child node.
parentnode (required)
- Name of the parent node.
Description
This tag sets the parent node of a node object. Node objects are used with tree catalogs in the Content Server system.
errno
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 intomemory).Example
The following example sets
parent1
as the parent node for the node objectnode1
.<object:setparent name="node1" parentnode="parent1"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.