Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
asset:argument
Declares a value that is available to the parent asset tag.
Syntax
<asset:argument name="argument name" value="argument value"/>Parameters
name (required)
- Name of the argument.
value (required)
- Value for this argument.
Description
The
asset:argument
tag declares a value that is available to the parent asset tag. It is used in the context of another tag, such as asset:list and causes a runtime error if it is not contained within a proper parent tag.errno
The value of
errno
is unchanged.Example
This code creates a list named "ArticleList" composed of all the article assets that have "BurlingtonFinancial" as a source:
<asset:list type="Article" list="ArticleList"><asset:argument name="source" value="BurlingtonFinancial"/></asset:list>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.