Home > Contents > Index >
render:stream
Displays asset fields that may have embedded links or inclusions.
Syntax
<render:stream [value="variable_string
"] [variable="variable name
"] [ssvariable="session variable name
"] [property="futuretense.ini_property
"] [list="list_name
"] [column="column_name
"] [filecolumn="column_name
"] />Parameters
value (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). Name of the inline string that you want to stream to a page.
variable (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). Name of the Sites variable that you want to stream to a page. For example, for a variable calledfoo
, set the parameter equal tofoo
rather than tovariables.foo
.
ssvariable (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). Name of the Sites session variable that you want to stream to a page.
property (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). A Sites property from the futuretense.ini property file.
list (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). Name of the list.
column (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). Name of a field in the list.
filecolumn (optional)
- You must use at least one of the following four parameters:
variable
,ssvariable
,property
, orlist
andcolumn
(list
andcolumn
orfilecolumn
must be used together). Name of a url field in the list (the contents of the file will be used).
Error Numbers
There are no possible
errno
for this tag.Example
This example demonstrates how to stream a variable called bodyvar that contains embedded data.
<render:stream variable="bodyvar"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.