Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
object:argument
Argument for other object tags.
Syntax
<object:argument name="some name" value="some value" condition="<%=boolResult%>"/>Parameters
name (required)
- Name of the tag the argument is for.
value (required)
- Value for this argument.
condition (optional)
- If the expression evaluates to true, then the argument will be used. If it evaluates to false, the argument will be ignored. The default value is true.
Description
The
object:argument
tag declares a name/value pair that is available to the parent tag. The parent tag must be present in the object tag libraryerrno
None.
Example
The following example creates an object table with the additional columns
name
anddescription
.
<object:install classname="com.openmarket.framework.objects.AbstractObject" arg1 ="sample"> <object:argument name="name" value="VARCHAR(32) NOT NULL"/> <object:argument name="description" value="VARCHAR(128) NOT NULL"/> </object:install>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.