The <ad:render> tag renders a binary property of a content node from the Virtual Content Repository in the current JSP.
<tagName attribute="value" />
id
Required (String) - The script variable name that has the com.bea.content.Node object to render. This will be used if ad is not specified.
ad
The com.bea.content.Node object reference to render. If this is specified, id will be ignored.
height
Optional (int) - The optional height (in pixels) of the rendered content.
width
Optional (int) - The optional width (in pixels) of the rendered content.
<cm:getNode path="/BEA Repository/graphics/hr/open_enrollment" id="node" />
<ad:render id="node" height="200" width="400" />