Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
object:stream
Streams the value of a field from an object.
Syntax
<object:stream name="object name" field="field" [resolve="true|false"]/>Parameters
name (required)- Name of the object.
 
field (required)- Field to be used for streaming.
 
resolve (optional)- Indicates if variable references in the field should be resolved. The default value is
 false.
Description
This tag streams the field value of a 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 streams the
namefield fromobject1.<object:stream name="object1" field="name" resolve="false"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.