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)
Custom converter throws java.lang.ClassCastException when calling setBean on binder for field type of textfield
Trying to implement a custom converter for a textfield to a custom data type and bonded the same field with the binder when I call binder.setBean(vo) it throws the given exception
java.lang.ClassCastE...
Rahul Jha
Votes: 0
Answers: 1
Vaadin 14 Loading records to grid when scrolling fast
When i'm scrolling fast through grid then i see for a while blank records and after some time they are filled and if i scroll again to the begining then records that were previously filled are loading...

Miłosz Bąbliński
Votes: 0
Answers: 2
Vaadin23 navigate is not working in BeforeEnterEvent
I try to check if specific parameters of a url are valid. If they aren't the user should be navigated to a different route. It's important that it's a navigate and not a redirect.
When i try to use UI...
Oliver Stahl
Votes: 0
Answers: 0
CodeMirror6 in Vaadin 14 & Lit
I created a simple LitElement with CodeMirror6 I can see the Editor, but when I call the same LitElement in Vaadin , the styling is completely gone.
I have tried both 14 and 23. Same issue.
CodeMirror...
K D
Votes: 0
Answers: 1