OpenWGA 7.0 - WebTML reference

WebTML tags

<tml:warnings>

Description :
Renders a table with TML warnings of the current request. Each TML tag on the page is able to register errors as a TML warning. The tag <tml:warnings/> can be used to debug a certain request.

Each warning must not be a fatal error. TML warnings are registered in differnt situations and even might be 'normal' behaviour on some pages.
Derived from: Attributes:
show inherited attributes ...
Name Value(s) Purpose
autohide true | false On autohide="true" the table with TML warnings is only rendered if warnings are present.