> Findings (I can also create jira issues for all of them, just let me know): > 1) based on Migration Guide 1.5, TabbedPanel improvement: > 'ITab.getPanel() now returns WebMarkupContainerWithAssociatedMarkup instead > of Panel so it is now possible to create tabs using Fragments or Panels > rather then just Panels.' > > WebMarkupContainerWithAssociatedMarkup does not exists anymore and > ITab.getPanel() returns Panel again. so it is no longer possible to use > Fragments directly. >
I kind try to fix that. There was no test case (or example) and from the name getPanel() it wasn't obvious to me that Fragments can also be an option. And you are right WebMarkupContainerWithAssociatedMarkup is gone lately. The return type should than probably be WebMarkupContainer as Panel or Fragment are now merely "mixins". A Jira issue for that with a testcase or quickstart would be great. -Juergen