OpenWGA 7.8 - WebTML reference
WebTML tags<tml:urlparameter>
Description :Reads the value of an URL parameter of the current request.
If you want to add a URL parameter to an URL generated by <tml:url> use <tml:param> instead.
show inherited attributes ... | |||
Name | Value(s) | Purpose | |
decode | true | false |
Activates/ deactivates the decoding of url parameters. |
|
name | parameter-name | Name of the url parameter. |
Details:
Renders the value of an url parameter. The output of this tag depends on the configured default item encoding of the application to avoid Cross Site Scripting.
Examples:
If the current page is called by an URL like ".../key?customer=Mayer" the following code
<tml:urlparameter name="customer"/>will render "Mayer".