Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
assetset:setasset
Builds an asset set from a single asset.
Syntax
<assetset:setasset name="assetsetname
" type="assettype
" id="assetid
" [locale
="localeobject
"] [deptype="exact|exists|none"]/>Parameters
name
(required)- Input and output parameter. As input, name of the assetset object that holds the specified values on output.
type
(required)- Input parameter. Internal asset name.
id
(required)- Input parameter. Asset identifier.
locale
(optional)- Input parameter. Name of a locale object, which determines sort order.
deptype (optional)
- Specifies whether approval dependency is
exact
,exists
ornone
.
Legal values are:
exact --
Specifies a version dependency. The version of the dependent asset must be equal to the version of the asset when it was approved.exists --
Specifies that any version of the asset satisfies the dependency condition.none (default)--
Specifies no approval dependency.Example
<!-- Get attributes for the specified product. --> String aid = ics.GetVar("id") <assetset:setasset name="as" type="products" id="id"/>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.