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.
Combination Navigatior and MenuBar
Hi,
I have just started with working with Vaadin and have a question on navigation.
I have tested the Navigator and it works fine to navigate from one view/page to another.
What is not clear to me at the moment is how this can be combined with a Menu Bar. I want yo use alwasy the same menubar on each page. What is the best way to implement this?
Regards
Put another layout beneath your menubar and set that as ViewDisplay for the Navigator:
https://dzone.com/articles/navigation-basics-vaadin-7
The ViewDisplay is basically the container whose children are changed by the navigator.