You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2008/04/02 22:07:24 UTC

[jira] Updated: (WICKET-1441) TabbedPanel does not refresh unless you call setSelectedTab

     [ https://issues.apache.org/jira/browse/WICKET-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-1441:
---------------------------------------

    Fix Version/s:     (was: 1.3.3)

> 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
>            Assignee: Igor Vaynberg
>
> 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.