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.
Open a view in a new PopUp window
Dear Community,
I am new to Vaadin and am stuck in a problem. We have an application where we navigate the views using
UI.getCurrent().getNavigator().navigateTo(navigationState);
which just changes the current view.
I need to open a new window to show a preview of this view instead of moving the view. Is there a possibility in vaadin to open a view in the window using the navigation state?
Any pointers would be very very helpful. Please let me know if more info is needed.
Thanks a lot for your time and consideration.
Best Regards,
Riswan
Hi Riswan,
Have you considered using a sub-window to display the content? You can find more information in the documentation.
Regards,
Goran