tab show when only 1 tab exists
I am creating tabs dynamically, based on a parent/child relationship in a couple of tables. In some instances, only a single tab is created.
I am using the show event to load a separate region on my page. When a new tab is selected, this separate region is refreshed.
When more than 1 tab is generated, it appears that everything works just fine. The separate region is populated with information relative to the topmost tab. As different tabs are selected, the separate region is changed to reflect information relative to the tab selected.
However, when only a single tab is generated, the loading of this separate region does not take place at all.
I am a bit confused...