OpenWGA 7.5 - WebTML reference
WebTML tags » include<tml:include designdb ="database-key">
Purpose:
Defines from which application a WebTML module should be included
Description:
This attribute Is valid with the include types type="tml" and type="portlet". Omit it to include another module from the current design application.
Value(s):
Database key of the application whose design contains the included module.
Examples:
<tml:include designdb="forum" ref="Forum_root"/>
This includes a WebTML Module "forum_root" that is from the design of application "forum".