Questions tagged [vaadin]

Please make sure to utilize the [vaadin] tag when sharing any content about the Vaadin web application development platform. If your post focuses on a specific Vaadin version or component, include the appropriate tag such as [vaadin8] or [vaadin-upload].

Selenium IDE: Struggling to select a Vaadin button with click functionality

My goal is to automate the process of navigating to an external website by clicking on a button that shows the following week in a fullcalendar. I found a Fullcalendar addon for Vaadin that looks promising. The HTML code defining the button is as follows: ...

Transform JSON data into a custom Vaadin Charts theme using GSON

Upon examining the JSON data serialized from a Vaadin Charts default theme, here are some key elements: { "colors":[ { "color":"#2f7ed8" }, { "color":"#0d233a" }, { "color":"#8bbc21" }, { "color":" ...

The situation arose when Webpack unexpectedly terminated before completion

Currently, I'm facing an issue with my project that I've been developing using Vaadin 14.4.10 and Node.js 14.16.1 without any hassle until now. The only recent change I made was updating the Vaadin version to 23.3.6 while working in a local branc ...

Encountering an issue with a new Vaadin 14 application failing to start with the error message "Failed to determine 'node' tool." The reason for this error is the absence of Node.js and

Utilizing the Get Started page, I initiated the creation of a brand new Vaadin 14 application by selecting the Plain Java Servlet option. Upon successfully downloading a .zip file from the webpage, I proceeded to unzip it and opened it using IntelliJ Ulti ...