Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Visual Designer removing @PropertyId in Form Binder
Hi,
I am using form binder with @propertyId to bind values with field. I used to manually enter the @PropertyId in the code and later after having doing changes in visual designer, found the @PropertyId annotation is removed.
How can I preserve the @PropertyId even after having changes in the designer ?
@AutoGenerated
@PropertyId("currentState")
private TextField stateField;
@AutoGenerated
@PropertyId("booked")
private TextField bookedField;
Thank You,
Thank You Mathias...
Is there any way to bind the nested properties in form binder. I had given the surce code at first.
Pls provide a suggestion.
Hi,
Can't you use the naming convention instead of annotations? E.g. property with name "firstName" -> textfield editing the property should be named firstNameField.
cheers,
matti