Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:treemanager
Calls the TreeManager servlet.
Syntax
<ics:treemanager> <ics:argument
name="arg" value="value"/> [<cgiargument
name="cgiarg" value="cgivalue"/>] [<argument name="scoped" value="global|local|stacked"/>] </ics:treemanager>Parameters
cgiargument (optional)
- CGI arguments passed to the TreeManager.
scoped (optional)
- Valid options for this attribute are as follows:
GLOBAL
- The default behaviorLOCAL
- Arguments passed in are restored (or destroyed) on return from the call.STACKED
- The child only sees the explicit arguments passed in and can only return values in that same namespace.Description
The
ics:treemanager
tag calls the TreeManager servlet. TheGLOBAL
value of theSCOPED
parameter does not protect input variables. Usecgiargument
to specify that specific CGI parameters be made available to EvalServer. Useargument
for specific string values.The following is a list of the commands that you use with the
ics:treemanager
tag.
errno
The value of
errno
is unchanged.See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.