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

Erik van Oosten commented on WICKET-1441:
-----------------------------------------

Wow, that is quick 'wont fix'.
I would find an addition to the javadoc of TabbedPanel (and subclasses) an 
acceptable resolution!

Proposed text:

<p><b>Note:</b> When the currently selected tab is replaced by changing the 
underlying list of tabs, the change is not picked up unless a call is made to 
[EMAIL PROTECTED] #setSelectedTab(int)}.

> 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