Use this tag for version specific questions about Vaadin 21 - the open-source platform for web application development. When using this tag also include the more generic [vaadin] tag where possible.
Questions tagged [vaadin21]
32 questions
0
votes
2 answers
Latest Vaadin Start generated app - bug in main-layout theme with Flow/Hybrid views?
I used the latest Vaadin Start page to generate an app skeleton (Vaadin 21 / Java 11)
It works so far, I used hybrid mode with various views.
When clicking view links in the menu only TS+HTML based views will register in the GUI as selected and get…

Daniel
- 117
- 1
- 11
-1
votes
1 answer
Import component from add-on directory
I am using Vaadin version 21.0.7 with Spring Boot and i want to import Paginator add-on.
I have added addon's groupId in applicaton.properties as follows: vaadin.whitelisted-packages=com.test.demo,com.vaadin.componentfactory.
The problem is that i…

Theodore
- 1
- 2