Home > Contents > 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.
Error Numbers
There are no possible
errno
for this tag.See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.