[ 
https://issues.apache.org/jira/browse/WICKET-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581405#action_12581405
 ] 

Igor Vaynberg commented on WICKET-1441:
---------------------------------------

javadoc added. issue is still wont fix since we havent added any magic refresh 
logic :)

> 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
>             Fix For: 1.3.3
>
>
> 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.

Reply via email to