@sysparam() Function |
![]() ![]() ![]() |
@sysparam() function returns the value of the given system parameter. System parameters are defined in "/WEB-INF/MM-INF/config/sysinfo.xml" configuration file. See sysinfo.xml configuration file. Syntax: @sysparam(system-parameter-name, default-value)
system-parameter-name The name of the system parameter default-value The value to be returned in case of the given parameter does not exist in the configuration.
Example: @sysparam(serverEncoding,'iso-8859-1') |