OpenWGA 7.10 - WebTML reference

WebTML tags » url

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

Purpose:

Only valid on type="action". Activates or deactivates the debounce feature of the action.

Description:

With the default debounce='true' it is not possible to execute an action twice without generating a new action link. This ensures that actions are not executed without user interaction for e.g. during a browser refresh or by using the browser navigation.

Value(s):

true|false

Default value:

true