Peter Lehto
Peter Lehto
When Vaadin Spring UI is initialized in SpringUIProvider.createInstance the UIID is set to CurrentInstance that provides a way to autowire @UIScope beans to UI bean still in creation. After the...
There are two views: `A and B` both in `ViewScope` and both @autowiring their own dependencies. User navigates from view A to view B. This will begin the process of...
If a view is defined with @SpringView(name="view") and @UIScope, it still gets its constructor invoked every time the view is navigated into with navigator.navigateTo("view"). As this is @UIScoped it should...
CustomerEditor should show notification about reserved username if given name already exists in the database
Currently the isRequired state for first name doesn't have any other effect except for visual identification. Persisting this will result in JPA validation exception. Maybe there is some special way...