Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

asset:setdimensions

This tag sets the dimensions for a given asset.

Syntax

<asset:setdimensions 
     name="assetName"
     >
    <asset:asset ... />
</asset:setdimensions>

Attributes

name (required)
Name of asset that will be assigned dimensions.

Parameters

asset:asset (required)
Tag identifying a dimension asset to be added to this asset.

Description

This tag sets the specified dimensions into the given asset.

Error Numbers

There are no possible errno for this tag.

Example

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>

See Also

asset:removedimension

asset:save

  Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.