Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
asset:setlocales
This tag sets the dimensions for a given asset.
Syntax
<asset:setlocales name="assetName"> <asset:asset ... /> </asset:setlocales>Attributes
name
(required)- Name of a loaded asset
Parameters
asset:asset
(required)- Tag identifying dimension assets that should be set into the specified asset.
Description
This tag sets the dimensions for a given asset. Dimensions are specified using the asset:asset tag. Previous values are cleared.
Error Numbers
There are no possible
errno
for this tag.Example
This tag sets the locales with the asset id 123456 and 789123 into the asset
<asset:setlocales name="a5"> <asset:asset type="Dimension" assetid='123456'/> <asset:asset type="Dimension" assetid='789123'/> </asset:setlocales>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.