Home > Contents > 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.
Error Numbers
The possible values of
errno
include:
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
name
field fromobject1
.<object:stream name="object1" field="name" resolve="false"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.