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

Parameters

value (optional)
You must use at least one of the following four parameters: variable, ssvariable, property, or list and column (list and column or filecolumn 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, or list and column (list and column or filecolumn must be used together). Name of the Sites variable that you want to stream to a page. For example, for a variable called foo, set the parameter equal to foo rather than to variables.foo.

ssvariable (optional)
You must use at least one of the following four parameters: variable, ssvariable, property, or list and column (list and column or filecolumn 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, or list and column (list and column or filecolumn 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, or list and column (list and column or filecolumn must be used together). Name of the list.

column (optional)
You must use at least one of the following four parameters: variable, ssvariable, property, or list and column (list and column or filecolumn 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, or list and column (list and column or filecolumn 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.

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.