OpenWGA 7.10 - WebTML reference

WebTML tags » url

<tml:url keepparams ="true | false">

Purpose:

Adds all var and URL parameters to the URL that were available on the current request

Description:

Set this to true to have all URL and variable parameters (see <tml:param>) added to the generated URL that already were effective for the current request.

In case of variable parameters this does NOT include all WebTML variables defined but really only those that were provided to this request as variable parameters by <tml:param>.

This attribute is ineffective for URL types that always include existing parameters already like type="nextpage|previouspage|selectpage".

Value(s):

true: Include all parameters

false: Don't.

Default value:

"false"