diff --git a/articles/flow/binding-data/components-binder.adoc b/articles/flow/binding-data/components-binder.adoc index d97e86fe0d..b46a2450c5 100644 --- a/articles/flow/binding-data/components-binder.adoc +++ b/articles/flow/binding-data/components-binder.adoc @@ -1,6 +1,6 @@ --- title: Binding Data to Forms -page-title: How to bind data with components using binder | Vaadin +page-title: How to bind data to forms with field components using binder description: How to bind data to forms, which are composites with multiple fields that each bind to sub-structures in data. meta-description: Learn how to bind data to forms, which are composites with multiple fields that each bind to sub-structures in data, in Vaadin Flow. order: 10 diff --git a/articles/flow/binding-data/index.adoc b/articles/flow/binding-data/index.adoc index 152c35ed36..0d56d85c95 100644 --- a/articles/flow/binding-data/index.adoc +++ b/articles/flow/binding-data/index.adoc @@ -1,13 +1,13 @@ --- -title: Data Binding -page-title: How to bind data effectively in Vaadin -description: Show data in listing components and collect user input using form fields. -meta-description: Explore data binding techniques in Vaadin Flow to ensure accurate data handling. +title: Forms & Data Binding +page-title: How to bind data to forms and selection components effectively in Vaadin +description: Learn how to bind data to forms and selection components in Vaadin Flow. +meta-description: Learn how to bind data to forms and selection components in Vaadin Flow. order: 60 --- -= Data Binding += Forms and Data Binding Vaadin Flow includes mechanisms to bind field components, as well as forms consisting of fields directly to business objects (e.g., Java beans). Binding is buffered, so you can load and reload data from the source to fields, and then save the edited data back.