VAADIN and JSP confusing

Hi all,
i"m newbee with vaadin (2 weeks only) and i’m pretty confused.
I’ve done some web application generaly 3tiers jsp method :
Generaly i’m using a main menu JSP file and index to call other JSP/HTML page.

Is there any tips to do same with Vaadin only.
ex: i want to call or swap actual page to anothrer one with parameters (not just adding new component inside the page)
some page could be very different.

Regards

Hi Herve,

Check the navigator in Vaadin 7. It is used to swap between views. In your case, you would want to change the content of the UI, then the whole page would change. You can find information about the navigator in the book of Vaadin
https://vaadin.com/book/vaadin7/-/page/advanced.navigator.html
.

Hopefully this helps,

Jarno