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 error
Hi,
i am trying to work out the examples given in the tutorial.i am working out the address book example in which the form and the data are splited using the split panel.now i am trying to get the form in the separate tab.want to used tabs for that application.i am getting an error vertical layout already has a parent.i am not able to understand where the problem is.can anyone tell me why that error is occurring.please help me out.
Hi!
When you get errors like "<component> already has a parent" it means that the component (or layout) has already been added to a parent layout. One instance of a component cannot be added to multiple layouts/windows, you must use different instances.
HTH,
/Jonatan