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.
Vertical layout as link to webpage
Is it posible to create layout as link to webpage? I see that I can use layout click listener but i need to choos open the web page to the same tab or new tab. Like a link component .
Hi!
It sounds like you are trying to embedd an external web page or other resource in a Vaadin application. This is possible, see https://vaadin.com/book/-/page/components.embedded.html. The external resource can then be used just as any component. If you need to open a new window with some content, see the api documentation for com.vaadin.server.Page.
-Pontus