Portal Content
Tag getNode


Select a Node based upon its path and place it in a script variable for use.


Tag Information
Tag Classcom.bea.content.manager.servlets.jsp.taglib.GetNodeTag
TagExtraInfo Classcom.bea.content.manager.servlets.jsp.taglib.GetNodeTagExtraInfo
Body Contentempty
Display NameGet Node

Attributes
NameRequiredRequest-timeDescription
pathfalsetrue The path of the Node to get. Must start with "/" + the repository name. If the path is not specified, then the tag will attempt to retrive the node from the common cm request attribute. This would be the case if the node was set using the setNode tag, or if it was set through the display template tags.
idtruefalse The name of the script variable where the Node will be placed.
failOnErrorfalsetrue True to throw a JspTagException if any error occurs; false to return a null on error.
useCachefalsetrue Set to true if Node should be cached at the webapp level. Searches are generally automatically cached at the RepositoryManager level. This can be used for more controlled caching.
cacheScopefalsetrue The scope to cache the results at. Can be either "application", "request", "page", or "session"..
cacheIdfalsetrue The id for the cached Node. Defaults to the id attribute.
cacheTimeoutfalsetrue The number of milliseconds to keep the cached results.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. {wls.FOOTER}