I’m having some problems nesting webTabPanels. I know nesting A webTabPanel inside a webTabPanel is a no no. However I’m thinking that using a container control that holds a webTabPanel which holds a webListbox and putting that container control in a Tab in the first (parent) webTabPanel should work. However the webListBox is not displaing any rows when I do this. If I remove the webTabPanel from the container control and I keep the webListBox the webListBox is displayed correctly.
I had the same issue. I now use a WebPagePanel on a WebPage, on each Panel is a WebContainer, on each WebContainer is another WebPagePanel, one these panels I have either a WebTabPanel with a WebListBox, or a list of fields. Only one level of WebTabPanels.