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.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Update of a non-displayed component (Push)
Hello!
I fail to understand a behavior I've encountered, in details:
- I open two browsers on the same page displaying a table filled with objects.
- I keep the first browser as it is.
- On the second browser I navigate to another page - thus my table is not displayed anymore.
- I then fill a form leading to the creation of a new object on the backend, the information is then fed back to the clients using the push features.
- On the first browser, the table is updated almost immediatly.
- On the second one, once I navigate back to the initial table, it has not been updated.
Am I doing something wrong ? Is there a way to prevent/workaround this behaviour ?
Thanks a lot!
Hi Antoine, it is difficult to tell what is happening without seeing some example code. Could you try to provide a small runnable example program that demonstrates the issue?