2.8 Understanding Page Data Flow
The Page Data Model
Binding Data to Page Elements
"user": {
"firstName": ""
}{
"inputType": "text",
"label": "First Name",
"model": "user.firstName",
"styleClasses": "",
"type": "input"
}Default and Development Data Model
Hooks and Data Flow
onFormRequest Hook
onUtility Hook
Related Lifecycle Named Actions
Controlling Data Sent from the Browser
Integration Settings
Next Steps
Last updated
Was this helpful?