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

 

asset:asset

This is a child tag that will add an asset to a list maintained by a parent tag.

Syntax

<asset:asset
        type="asset type"
        assetid="asset id"
     />

Attributes

type (required)
The asset type.
assetid (required)
The id of the asset

Description

This is a child tag that will add an asset to a list maintained by a parent tag.

It is always used in conjunction with a parent asset:* tag, specifically, one that needs a list of assets to be provided to it.

Error Numbers

There are no possible errno for this tag.

Example

This example shows how this tag can be used within the asset:setdimensions tag.

<asset:setdimensions name="a3">
    <asset:asset type="Dimension" assetid='<%=ics.GetVar("d1.dimension.id")%>'/>
</asset:setdimensions>

See Also

asset:setdimensions

   Home > Contents > Index >

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