OpenWGA 7.5 - WebTML reference

WebTML tags » form

<tml:form source ="content | newcontent | profile | portlet | portletsessionvars | none">

Purpose:

data source of form data

Description:

WebTML forms are able to get their data automatically from documents. A item with the same name as the input field is searched in the document. With the content of this item the field is initialized.

Value(s):

"content": data from the content document current in context

"newcontent": no data read, but the form should be used to create a new content document for a defined HDB model

"profile": data from the user profile of the current user

"portlet": data from the configuration of the current portlet

"portletsessionvars": Session variables of the current portlet

"none": no data read

Default value:

"content"