Home > Contents > Index >
ics:getproperty
Gets a property value from the currently loaded Sites 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 Sites property file. The property may then be used in conjunction with other Sites JSP tags. This tag will not decrypt the value of password properties.
Error Numbers
There are no possible
errno
for this tag.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 > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.