TabbedPanel does not refresh unless you call setSelectedTab
-----------------------------------------------------------
Key: WICKET-1441
URL: https://issues.apache.org/jira/browse/WICKET-1441
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.2
Reporter: Erik van Oosten
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.