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

 

object:setobject

Sets an object in a node.

Syntax

Parameters

name (required)
Name of the node in which the object is placed.

object (required)
Name of the object.

Description

This tag sets the referenced object of a node object. Node objects are used with tree catalogs in the Sites system. The node object must implement the IAbstractNode interface and the referenced object must implement the IAbstractObject interface.

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 maps node1 (residing in a tree) to object1 from an object table.

See Also

object:root

object:setparent

   Home > Contents > Index >

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