Tabs show but do not have any content .....

Hi,

I am referring to https://vaadin.com/components/vaadin-tabs/java-examples.
I think the example Tabs with pages has something missing.

In the example given, this line declares a variable.

Div pages = new Div(page1, page2, page3);

But it feels like it is not being used, and so the tabs do not show up WITH intended content.

Please check.

thanks
Jevan

actually tabs show WITH NO CONTENT at all

Got it to work partially - only a short text string shows in the different tab.

I want the grid (which display above) to come in the tab.

Learnt that the MainView should have an add method at its end.

Hi,

Achieved some more progress and can now see the grid inside the tab - but it is not wide enough.

Any clues?.
My code is here: https://github.com/jnsunkersett/VaadinSpringBoot-LDAP