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

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 Sites system.

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 sets parent1 as the parent node for the node object node1.

See Also

object:root

   Home > Contents > Index >

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