Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
object:set
Sets a field in an object.
Syntax
<object:set name="object name" field="field" value="value"/>Parameters
name (required)- Name of the object.
field (required)- Field to be set.
value (required)- Value to be set in field.
Description
This tag sets the value of a field in a previously loaded object.
errno
The possible values of
errnoinclude:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example sets the value to
redin thenamefield ofobject1.<object:set name="object1" field="name" value="red"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.