You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/08/27 02:19:56 UTC

[jira] Commented: (WICKET-1985) AbstractTree breaks on multiple tree model events in the same request

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

Hudson commented on WICKET-1985:
--------------------------------

Integrated in Apache Wicket 1.5.x #269 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/269/])
    

> AbstractTree breaks on multiple tree model events in the same request
> ---------------------------------------------------------------------
>
>                 Key: WICKET-1985
>                 URL: https://issues.apache.org/jira/browse/WICKET-1985
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Frank van Lankvelt
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11, 1.5-M2
>
>         Attachments: patch
>
>
> When multiple events are fired by the treemodel, e.g. an expandNode and selectNode, unreachable treeitems end up times in the dirtyitems list.
> Their children will be added to the treeitemcontainer in ontargetrespond, leading to the situation where it has children that are not rendered.
> (in development, an "unrendered component" exception is thrown)

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