Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:treemanager.getnode
Retrieves a node from a table using the
ics:treemanagercommand. The object data may be joined to the result.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="getnode/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="nodeid"/> [<ics:argument name="join" value="true|false"/>] [<ics:argument name="depth" value="recursion depth"/>] </ics:treemanager>Parameters
ftcmd (required)- Value must be set to
 getnode.
treename (required)- Name of the tree.
 
node (required)- ID of the node.
 
join (optional)trueorfalseto join the object table. Note that the object table holds the cache information.
depth (optional)- Defaults to 1. Limits the depth of recursion when scanning a tree. Illegal values are converted to 1. Specify -1 to remove depth restrictions on scan. Note below the impact of a deep recursive search. The
 depthparameter must be set to 1 if join istrue.
- Object tables that are joined to are required to be registered as type
 objin theSystemInfotable in order to support the caching of resultsets that are created.
- The name of the
 LISTconstructed is stored in the value of the variables,treename(that is,Variables.treename).
errno
The possible values of
errnoinclude:
 Value Description -3 No access privileges to table. -103 No table. -108 Node not input. -110 Invalid tree name.See Also
The following
ics:treemanagercommand:
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.