OpenWGA 7.10 - WebTML reference

WebTML tags » url

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

Purpose:

Only valid on type="action". Attribut plainlink='true' enforces to call the action via a GET request using a plain URL. No POST request will be used and no JavaScript called to call the action.

Depending on the current environment OpenWGA may choose to provide an action link in the form of a JavaScript call that ultimately uses a POST request to call the action. This attribute bypasses this choice and enforces a plain action URL.

Note that the some WebTML features rely on actions to be called via JavaScript / POST-Request:

  • Keeping WebTML form data
  • Managing the status of WebTML portlets
Using plainlink="true" in combination with one of these features will result in malfunctions.

Default value:

false