Home > Contents > Index >
siteplan:listpages
Queries the SitePlanTree table and then creates a list of pages, starting with the page node that you specify.
Syntax
<siteplan:listpages name="nodeName
" placedlist="PlacedPages
" [level="1
"]/>Parameters
name
(required)- Input. Name assigned to the site plan node whose unplaced or placed pages you want to list. This node must be loaded and assigned a name before you can pass its name to this tag. (See
siteplan:load
.)
placedlist
(required)- Input. Name to assign to the list of placed pages.
level
(optional)- Input. Number of node levels to list, starting with the node identified by the
name
parameter. The default is10000
.
Description
This tag creates a hierarchical list of the pages in the site plan. You can determine which page node to start with and how many levels in the hierarchy to list.
The list contains the following column names:
PageName
- Name of the page.
ParentName
- Name of the parent in the tree.
NodeLevel
- Level in the tree relative to the parent.
PlacedValue
-Specifies if the page is placed or unplaced.
AssetType
- Type of asset.
Id
- Asset's ID.
HasChildren
- Specifies if the asset has children; possible values aretrue
orfalse
.
Nid
- Node ID of SitePlan tree entry.Error Numbers
The possible values of
errno
include:
Value Description -10001 The implementing class is invalid. -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded into memory). -10006 The object ID is not valid. -10007 The version of the object is not valid. -10008 The node ID of the object is not valid. -10009 More than one object met the specified criteria.Example
This code lists all the placed pages under the site plan node identified as "thePubNode" to one level in the tree; that is, it lists the child pages for "thePubNode" but not its grandchildren, or great-grandchildren, and so on.
<siteplan:listpages name="thePubNode" placedlist="placedPages" level="1"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.