Home > Contents > 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 libraryError Numbers
There are no possible
errno
for this tag.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 > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.