OpenWGA 7.4 - WebTML reference
WebTML tags » param<tml:param type ="var | url">
Purpose:
Determines the type of parameter when using inside <tml:url>
Description:
There are two possible parameter types for usage inside <tml:url> which are discussed on the documentation of the param tag.
This attribute has no effect on other usage types.
Value(s):
var: A variable parameter that is added as WebTML parameter to the request
url: A normal URL parameter appended to the URL
Default value:
"var"