OpenWGA 7.5 - WebTML reference

WebTML tags » meta

<tml:meta type="content | session | db | profile | request | response" >

Purpose:

Reads metadata fields from the current WebTML environment

Description:

These are the most frequently read types of metadata fields which collect data from the WebTML runtime. See the WebTML metadata reference for information about available metadata fields for those types.

Value(s):

content: Metadata fields from the current context document and related documents

db|database: Metadata about the current web application, it's content store and the current user login on its domain

profile: Metadata fields of the user profile of the current user

session: Metadata fields about the current browser session

request: Metadata fields about the current WebTML request

response: Metadata fields about the response that is generated for the current WebTML request

Default value:

"content"