Home > Contents > Index >
This tag sets the dimensions for a given asset.
<asset:setdimensions
name="assetName"
>
<asset:asset ... />
</asset:setdimensions>
name (required) asset:asset (required)This tag sets the specified dimensions into the given asset.
There are no possible errno for this tag.
This code adds the dimension with the id stored in the variable "d2.dimension.id" into the asset a2.
<asset:setdimensions name="a2">
<asset:asset type="Dimension" assetid='<%=ics.GetVar("d2.dimension.id")%>'/>
</asset:setdimensions>
| Home > | Contents > | Index > | ||
|
Oracle JSP Tag Reference |
|||