| Tag Summary |
| search |
Search for Nodes based upon a query syntax string and place them in a script variable for use, or in the session for pagination.
|
| getNode |
Select a Node based upon its path and place it in a script variable for use.
|
| setNode |
Sets the specified node in a common request attribute. For use with the getNode tag
|
| getProperty |
Retrieve the value(s) of a specified Property a Node and either set a script variable with the value(s) or print the value(s).
Please look at javadocs for com.bea.content.manager.servlets.jsp.taglib.GetPropertyTag for more information.
|
| getBinaryPropertyURL |
Deprecated. Please use the same tag from the cmwsrp tag library instead. Retrieve the binary value
of a specified Property a Node. This tag should be used to retrieve binary properties in wsrp environment.
|