Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
Updating page from server-side
Hai! I have a problem. I want to update page (separate part) from server-side. Now I make a change on the server side, but that they reflected on the client side, he has to click on a certain item.
Last updated on
Hi, have you enabled server push?
Basically add vaadin-push dependency, annotate UI class with @Push and perform operations with UI.access when updating from a background thread
See https://vaadin.com/docs/-/part/framework/advanced/advanced-push.html for detailed explanation
HTH
Marco
Last updated on
You cannot reply to this thread.