<ad:render> Tag

The <ad:render> tag renders a binary property of a content node from the Virtual Content Repository in the current JSP.

Syntax

<tagName attribute="value" />

Attributes

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.

Example

<cm:getNode path="/BEA Repository/graphics/hr/open_enrollment" id="node" />

<ad:render id="node" height="200" width="400" />

Related Topics

<ad:adTarget> Tag

<ph:placeholder> Tag

<cm:getNode> Tag