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

 

asset:removelocale

Remove a dimension from the currently loaded asset.

Syntax

<asset:removelocale
        name="name of the loaded asset whose dimensions will be removed"
       [dimensionid="id of the dimension to remove"
       [dimensionname="name of a dimension to remove"]
     />

Attributes

name
The name of the loaded asset from which a dimension asset will be removed.
dimensionid (optional)
The id of the dimension to remove. Either dimensionid or dimensionname must be specified.
dimensionname
The name of a dimension to remove. Dimension names are unique, so the name field can be used as a unique identifier. Either dimensionid or dimensionname must be specified.

Description

Remove a dimension from the currently loaded asset.

Error Numbers

The possible values of errno include:

Value
Description
-10005
The requested object is not in the object pool (is not loaded into memory).

Example

The following demonstrates how it is possible to remove a dimension.

    <asset:removelocale name="a5" dimensionname="en_US" />

See Also

asset:setdimensions

asset:removedimension

   Home > Contents > Index >

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