Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
siteplan:root
Queries the SitePlanTree table for a root node of the site plan.
Syntax
<siteplan:root list="rootNode" [objectid="object ID"]/>Parameters
list(required)- Input. Name to assign to the list that stores the root node. The columns of the list match those from the SitePlanTree table. If a list with this name already exists, it is replaced with this new list.
objectid(optional)- Input. Pubid of a site (formerly publication).
Description
Use this tag to extract and display information about the site structure from the top down.
If you use the
objectypeparameter, the result is a join of the SitePlanTree and the Publication table (only a publication can be a root). The name and description fields in the Publication table are then accessible without requiring a subsequent siteplan:load for the site plan.Error Numbers
The possible values of
errnoinclude:
Example
This code retrieves the root node identified by the object ID and stores it in a list named "PubRoot":
<siteplan:root list="PubRoot" objectid="968251170475"/>
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.