python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I set the language in Vaadin Maps
The examples all seem to use the countries primary language when rendering the maps which is cool but is challenging when I'm looking at countries written in languages I'm not familiar with. With that...
Stephane Grenier
Votes: 0
Answers: 1
Navigating to another route - rerouting back to loginView
Problem: After successful login I want to navigate to "home" view. Unfortunately it only blinks and goes back to LoginView.
I am using vaadin session to store logged in user data like that:
...

Jason The Dynamite
Votes: 0
Answers: 1
Vaadin one to many and Grid binding.Property not found
There is the Customer entity which has a one to many relationship to entity Address,so there is a List<Address> getAddress in Customer.Address has an Email field.
So for instance to get an email...
microwth
Votes: 0
Answers: 1
com.vaadin.flow.router.NotFoundException: No route found for the given navigation target
I am currently using vaadin v23.
I want to navigate to (change view / page) to "Dashboard"
Default - login page view code looks like this:
package com.fd.jvmbackend.views.adminPanel.login
i...

Jason The Dynamite
Votes: 0
Answers: 2