Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width20%
<field-to-result>
Column
Copies a field to a service OUT attribute.
Code Block
xml
xml
<field-to-result field="foo" result-name="fooAttribute" />

Attributes

Name

Type

Requirements

Description

Note

field

expression

requiredoptional

The name of the field to copy from, the source of the assignment

 

result-name

optional

required

The name of the service OUT attribute to copy to

map-name

optional

The name of the map containing field

result field to set, the target of the assignment

Defaults to field


Note
titleDraft Status

Final draft

Info
titleProposed Changes
  • Currently, all attributes are optional. Require the field and result-name attributes.
  • Eliminate the map-name attribute

    .


    Section
    Column
    width20%
    <field-to-session>
    Column
    Copies a field to a servlet session attribute.
    Code Block
    xml
    xml
    <field-to-session field="foo" session-name="fooAttribute" />
    

    Attributes

    field

    optional

    The name of the field to copy from

    session-name

    optional

    The name of the session attribute to copy to

    map-name

    optional

    The name of the map containing field


    Info
    titleProposed Changes
    • Currently, all attributes are optional. Require the field and session-name attributes.
    • Eliminate the map-name attribute.
    • Deprecate and replace with a UEL expression.

    ...