Vaadin navigation on the same page

I have a bar with several buttons. Each button sends me to another page. Each page still has the bar with the buttons.

  1. Should I implement the navigation?
  2. is it possible to change only the part of the page which really changes or I have to define the buttons’ bar in each page?

It’s not really different from a tab view but it is not fit for my purpose.

I hope it’s clear what the problem is!
Thanks

Navigator and an implementation of com.vaadin.navigator.ViewDisplay should to the trick

OK, I’m going to try.

Thanks :wink: