You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/09/01 12:55:20 UTC

[jira] Assigned: (WICKET-914) Tree not "redrawn" when resetting root node

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

Matej Knopp reassigned WICKET-914:
----------------------------------

    Assignee: Matej Knopp

> Tree not "redrawn" when resetting root node
> -------------------------------------------
>
>                 Key: WICKET-914
>                 URL: https://issues.apache.org/jira/browse/WICKET-914
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Doug Leeper
>            Assignee: Matej Knopp
>         Attachments: wicketTest-src.jar
>
>
> I have a tree that I reset the root node when a user selects on another component (Component A).  However, the tree is not "redrawn" until I click on the tree (the previous tree contents are shown).
> Have called Tree.invalidateAll() and
> DefaultTreeModel.nodeStructureChanged(tnode )
> DefaultTreeModel.nodeChanged( tnode )
> DefaultTreeModel.reload() 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.