OpenWGA 7.9 - WebTML reference
WebTML tags » urlparameter<tml:urlparameter decode ="true | false">
Purpose:
Activates/ deactivates the decoding of url parameters.
Description:
Per default url parameter are decoded with the default character encoding of OpenWGA. This is normally "UTF-8".
If an url parameter is not generated from OpenWGA, for e.g. with client side JavaScript it might be neccessary to decode these values in a different encoding. In this cases the automatic decoding can be disabled in order to decode the value manually.
If an url parameter is not generated from OpenWGA, for e.g. with client side JavaScript it might be neccessary to decode these values in a different encoding. In this cases the automatic decoding can be disabled in order to decode the value manually.
Value(s):
true | false
Default value:
true