The forms.data accessor
data[action]
Answers the form data for the specified action path by delegating to FormsSupport.getFormData(). The result is null if no form data was found. Otherwise, the object wrapped by the form data instance - usually a map or bean - is returned.
Example
The expression ${calyxo.forms.data['/foo']} searches the form data instance stored for action '/foo'.


