Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | 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 content server 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 Content Server 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 Content Server 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).
errno
None
Example
This example demonstrates how to stream a variable called bodyvar that contains embedded data.
<render:stream variable="bodyvar"/>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.