In this post, we will see how to resolve Vaadin modify IndexHtmlResponse to set meta tags Question: In order to improve SEO of my Vaadin application I’d like to set up custom meta tags. For this purpose I’d like to ...

In this post, we will see how to resolve Vaadin23: Expected router outlet to be a valid DOM Node (but got null) and HomeView rendered several times in production mode Question: when I run our vaadin 23 app in production ...

In this post, we will see how to resolve Vaadin binder throw an exception on empty field Question: In my Vaadin (v.23.2.6) application I have a form tied up to Filter class which has 5 attributes. All of them are ...

Question: ConfirmDialog is not marked as commercial feature any more https://vaadin.com/docs/latest/components/confirm-dialog but Vaadin 23.1.7 still shows the Commercial warning message. So ConfirmDialog is free or not? Best Answer: The component was recently made free and is probably scheduled for 23.2, ...

Question: I have java class which extends the Vaadin Div class, which should be a cookie warning popup (implementation is not yet complete): When the ‘GOT IT’ button is pressed, a JS function written in the ‘script.js’ is called, which ...

Question: I added a Button component to the FormLayout cell. Now, the button takes full cell width. I need to reduce the button width to be sized like an Icon or a little bit bigger. I tried to set button ...

Question: I’m working on a Vaadin application running under tomcat in a WAR file. I’m trying to simply upgrade it from Vaadin 22 to Vaadin 23. It was loading reliably with Vaadin 22 but now it fails to load with ...

Question: I implemented the custom Renderer for ComboBox items: Is it possible somehow to access the entered search term to ComboBox inside the renderer HTML markup? Also, what template engine is used for this markup? UPDATED Right now it appears ...