Skip to main content
0 votes
0 answers
63 views

I have a multi-project setup with a Spring back-end and a Vaadin 23 Flow front-end. I'm trying to synchronize the session lifecycles so that when the back-end session expires, the Vaadin UI correctly ...
K G S Varun Teja's user avatar
1 vote
1 answer
75 views

Context: I'm trying to start a session using VaadinSession component. I'm showing a login page in which I'm entering username and password and after hitting the login button, I'll be redirected to ...
K G S Varun Teja's user avatar
0 votes
0 answers
46 views

Title: Vaadin 23 WAR deploy to Tomcat 9 returns 404 despite correct WAR structure. I’m deploying a Vaadin 23, Java 11 WAR (non‑Spring Boot) to Tomcat 9 as ROOT.war. The WAR includes: flow-build-info....
K G S Varun Teja's user avatar
1 vote
1 answer
74 views

I'm building a Vaadin 23 + Spring Boot 2.7 application and trying to integrate Spring Session JDBC to expire sessions after 1 minute of inactivity. Problem: When I start the app, the browser (...
K G S Varun Teja's user avatar
0 votes
1 answer
59 views

There is no select method in the ComboBox class. Is there any other to preselect an item in a Vaadin Combobox? This is my code: final ComboBox<ReportTypeEnum> selectionBox = new ComboBox<>(...
Eyvind Almqvist's user avatar
1 vote
1 answer
96 views

I want to display a datetimepicker in a column layout with Vaadin 23. DateTimePicker dateTimePicker = new DateTimePicker(); dateTimePicker.addClassName("stacked"); add(dateTimePicker); It is ...
Louis KRMK's user avatar
0 votes
1 answer
372 views

Failed to execute goal com.vaadin:vaadin-maven-plugin:23.3.11:build-frontend (build-frontend) on Maven Project containing Vaadin 23 version: Note: I am trying to migrate Vaadin 7 (maven) project to ...
Nikhil's user avatar
  • 1
1 vote
1 answer
460 views

I'm attempting to place 3 items on the left of the screen (text-field, date-picker, and select-dropdown) vertically. Then I would like 3 select dropdowns placed horizontally on the right side of the ...
Vaadin Newbie's user avatar
1 vote
0 answers
120 views

I want to use keyboard shortcuts in a vaadin flow 23 application inside an active grid editor. I get occasionally an exception in the test server which I can not reproduce locally: java.lang....
Ilias's user avatar
  • 11
1 vote
1 answer
212 views

I am using Vaadin 23 and trying to perform a sort. However, requirement is to sort the fetched element on the UI and not invoking the backend. Here is the code for reference Setting up backend data ...
Sankalp Bhatt's user avatar
0 votes
1 answer
2k views

We migrated from vaadin 8 to 23 and had to change the class com.vaadin.ui.Grid to com.vaadin.flow.component.grid.Grid. Implementation changed for column sorting. I added column using below code and ...
Sankalp Bhatt's user avatar
1 vote
1 answer
52 views

When trying to package my project like mentioned on the Vaadin 23 website : mvn clean package -Pproduction I get the following error: [ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:23....
user avatar
1 vote
0 answers
98 views

In vaadin 24 , i am facing one issue related to rendering of page is slow due to Twincolselect.setItems , where i have only 900 records to set . but it was much faster in 23 version . I tried to set ...
shweta singh's user avatar
0 votes
1 answer
196 views

I'm using an ItemClickListener on my grid and also multi select mode. Problem is if you click slightly, next to the selection checkbox the click event is fired and all selections are deleted. My Idea ...
mathis_dukatz's user avatar
0 votes
0 answers
235 views

I found out a strange behavior of the grid component. I have app with multiple tabs in each tab can be multiple grids, sometimes i handle some errors by showing dialog in addColumn method. I found out ...
Miłosz Bąbliński's user avatar

15 30 50 per page
1
2 3 4 5
13