Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
satellite:parameter
Argument tag that supplies arbitrary parameters to a parent tag.
Syntax
<satellite:parameter name="argument name" value="argument value" condition="boolean condition" />Parameters
name (required)
- Name of argument
value (required)
- Value of argument
condition (optional)
- Boolean condition that if false will deactivate the tag. Default value is true.
Description
Argument tag that supplies arbitrary parameters to a parent tag.
errno
None.
Example
This simple example shows how to create a simple link tag with c and cid parameters.
<satellite:link> <satellite:parameter name="c" value="Article"/> <satellite:parameter name="cid" value="123123123" condition="<%=bCondition%>"/> </satellite:link>See Also
satellite:link
satellite:preference
ics:argument
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.