Home > Contents > Index >
string:stream
Streams text in an HTML context.
Syntax
<string:stream [value="input string
]" [variable="variable name"] [ssvariable="session variable name"] [property="property name"] [list="list name"] [column="column name"] [filecolumn="column name"] />Parameters
value
(optional)- Input parameter. String to stream.
variable (optional)
- Name of the Sites variable.
ssvariable (optional)
- Name of the Sites session variable.
property (optional)
- Name of the property from the
futuretense.ini
property file.
list (optional)
- Name of a list.
column (optional)
- Name of a field in the list. You must use
column
orfilecolumn
list.
filecolumn (optional)
- Name of a url field in the list, whose file data will be used. You must use
column
orfilecolumn
list.
Description
Use this tag to display text literally as stored in Sites database, that is, with no browser interpretation or Sites evaluation of variable names present in the text. This feature is useful for Edit or Inspect forms. This tag streams character text after HTML-escaping the following special characters, '<', '>', '&', '"', '\'. Any strings that are special to Sites evaluation engine are not evaluated.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.