xdime

Purpose

Configuration related to XDIME elements and processing thereof.

Contained by

Attributes

Attribute Description Type Default Options Use
form-processing-options

Specifies the global form processing options. In stateful mode, the form-related information will be retained in the session. In stateless mode, MCS will not use sessions when processing forms, i.e. no information about the form will be maintained by MCS between form rendering and form submission. Note that 'stateful' and 'stateless' are mutually exclusive.

This configuration option can be overridden for a specific XDIME page using the mcs:form-processing-options meta property.

See also: State in MCS.

xs:string stateful  stateful, stateless  optional 

Example

<mcs-config
  xmlns="http://www.volantis.com/xmlns/mcs/config"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.volantis.com/xmlns/mcs/config
    http://www.volantis.com/schema/config/v1.0/mcs-config.xsd">
  ...
  <xdime form-processing-options="stateless"/>
  ...
</mcs-config>

Related topics