OpenWGA 7.0 - WebTML reference

WebTML tags » action

<tml:action plainlink ="true | false">

Purpose:

Only valid if the action tag generates an action link. If the action link is defined within a TML form the form will normally be submitted before the action is called. plainlink='true' enforces to call the action via a GET request. No POST request will be used and unsaved form data will be discarded.

Value(s):

true|false

Default value:

false