This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

fluid.set

Description

Sets the value at the end of an EL expression by evaluating a dot-separated list of members recursively from a provided root.

Method

fluid.set(root, EL, value, environment)

Parameters

root
The root data structure in which the EL expression is to be evaluated.

EL
The EL expression to be evaluated.

value
The value to be set

environment
An optional "environment" which, if it contains any members at top level, will take priority over the root data structure

Availability

Infusion 1.3 and later

See also

fluid.get

Examples

Notes