Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.3.2
-
None
-
None
Description
When you replace the currently selected tab (e.g. something like tabbedPanel.getTabs().set(0, new ...)), the tabbed panel is not refreshed. (Observed with code in the onsubmit of a form.)
Workaround: call setSelectedTab(getSelectedTab()) on the tabbed panel.
Attachments
Issue Links
- is part of
-
WICKET-4593 TabbedPanel bi-directional model
- Resolved