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)
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
"Show deleted" checkbox not working as intended
I've implemented a soft delete behavior in my imaginary Video rental app, and now I am trying to implement a way to reactivate my "deleted" customers, but I can't get my approach to work, su...

Soccan
Votes: 0
Answers: 2
How do I get my grid to refresh whenever I visit the view that accesses it?
I have a Grid in my Vaadin project that displays portions of all the Events entities in my EventsRepository. The view that shows this grid shows the Events entities just fine, but only in their first ...

WeekendJedi
Votes: 0
Answers: 0
Grid not updating after entity attributes are changed
In my project, I have "Events" and "Users". Users sign up for events. Anyways the Events entity has a "participants" attribute which is an int that is the total capacity ...

WeekendJedi
Votes: 0
Answers: 0