Skip to content

Commit 8e7b659

Browse files
authored
Edit Details (Vaadin Tutorial) (#4984)
* First draft of Edit Details * Minor fixes * Fix broken xref
1 parent 2f4bad9 commit 8e7b659

File tree

6 files changed

+771
-9
lines changed

6 files changed

+771
-9
lines changed

articles/building-apps/forms-data/add-form/loading-and-saving.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public class ProposalView extends Main {
229229
<1> Calls `editProposal()` if an item has been selected in the grid.
230230
<2> Uses a copy-constructor to create a copy of the proposal before binding it, avoiding the risk of stale data in the grid.
231231

232-
If you need a refresher on form binding, buffered mode and write-through mode, see the <<../fields-and-binding#,Fields & Binding>> guide.
232+
If you need a refresher on form binding, buffered mode and write-through mode, see the <<fields-and-binding#,Fields & Binding>> guide.
233233

234234
// TODO Links to guides about grids and selection via URL parameter
235235

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Add Data
3+
page-title: Create a Dialog for Adding Products | Vaadin Tutorial
4+
description: 🚧 Work in progress, check back later.
5+
meta-description:
6+
order: 30
7+
---
8+
9+
= Add Products
10+
11+
🚧 Work in progress, check back later.

0 commit comments

Comments
 (0)