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.
Redirect to JSP pages
Hi !
I created home.jsp page in Vaadin project ( version 7.6.2).
Now, when I run project. How do I call home.jsp to run ?
Thank all !
Hi,
Check out the JSP integration add-on: https://vaadin.com/directory#!addon/jsp-integration . There's a link to an example application.
-Olli
But it call Vaadin UI in application, not call .jsp page from Vaadin project.
That's the way you'll need to structure your application if you want to use both Vaadin and JSP at the same time, at least to the best of my knowledge. Vaadin doesn't contain a JSP rendering engine.
-Olli