Portal Content


Standard Syntax:
     <%@ taglib prefix="cm" uri="http://www.bea.com/servers/portal/tags/content" %>

XML Syntax:
     <anyxmlelement xmlns:cm="http://www.bea.com/servers/portal/tags/content" />

This taglib provides tags to 1) Search for nodes based on a predefined query syntax and place them in a specified id location. 2) Get a Node based on the path and place it in a specified id location. 3) Given a Node, retrieve a specified Property and either set it's value(s) in the PageContext or inline the value(s) into the JSP output writer

Tag Library Information
Display NamePortal Content
Version1.0
Short Namecm
URIhttp://www.bea.com/servers/portal/tags/content
 

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.
 


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