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 writes "firstName.setSecret(false);"
Trying to use Visual Designer.
Adding text field creates an entry like "firstName.setSecret(false);" which generates error as the method is undefined for Text Field.
Manually corrected code.
Any change made to user interface writes the same line back.
Using alpha 2. Is this fixed in any nightly build?
Visual designer has not yet been updated to support the alpha versions of Vaadin 7. Even if we would update it now, it would quite soon lag behind again as features in Vaadin are changed during the development cycle. As we approach a stable Vaadin 7.0.0 release, things will probably stabilize, making it easier to keep Visual designer up to date.
In this particular case, the problem is that the setSecret method has been removed after being deprecated for quite some time in favor of using PasswordField.