OpenWGA 7.5 - WebTML reference

WebTML tags » include

<tml:include forcestate ="true|false">

Purpose:

Defines on type="portlet" if the state of the portlet is determined by the server instead of the client. The default value is "false".

Description:

Normaly the portlet state is determined by the client (the browser). AJAX portlets are rendered empty and the client requests the portlet in the sate the client requires.

Specifying forcestate="true" will tell the server that the posrlet state should be defined by the server and the client will NOT requests a new state.

Value(s):

true | false

Default value:

false