Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:getproperty
Gets a property value from the currently loaded Content Server property files.
Syntax
<ics:getproperty name="property name" [file="property file name"] [output="variable name"]/>Parameters
name
(required)- Name of the property to retrieve.
file (optional)
- Semicolon-separated list of property file names.
output (optional)
- Specifies an optional output variable. If this parameter is not specified the output is streamed to the browser.
Description
Retrieves a property value from the currently loaded or optionally specified Content Server property file. The property may then be used in conjunction with other Content Server JSP tags.
errno
None.
Example
The following example displays the value of a property from an alternative property file.
<ics:getproperty name="myproperty" file="myfile.ini"/>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.