You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jaap Bos (JIRA)" <ji...@apache.org> on 2008/04/03 08:58:24 UTC

[jira] Created: (WICKET-1475) Multiple TreeTables with same nodes: childs of root won't expand.

Multiple TreeTables with same nodes: childs of root won't expand.
-----------------------------------------------------------------

                 Key: WICKET-1475
                 URL: https://issues.apache.org/jira/browse/WICKET-1475
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.3.2
            Reporter: Jaap Bos


When using 2 or more TreeTables (which are using the same node objects) expanding one of the childs of the root of the first tree doens't work. However, when using only the first tree, everything works fine.

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


[jira] Resolved: (WICKET-1475) Multiple TreeTables with same nodes: childs of root won't expand.

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-1475.
---------------------------------

    Resolution: Invalid

You can't use single column instance in multiple tree tables. You have to create separate columns for each treetable.

> Multiple TreeTables with same nodes: childs of root won't expand.
> -----------------------------------------------------------------
>
>                 Key: WICKET-1475
>                 URL: https://issues.apache.org/jira/browse/WICKET-1475
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.2
>            Reporter: Jaap Bos
>            Assignee: Matej Knopp
>         Attachments: quickstart-tree.zip
>
>
> When using 2 or more TreeTables (which are using the same node objects) expanding one of the childs of the root of the first tree doens't work. However, when using only the first tree, everything works fine.

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


[jira] Assigned: (WICKET-1475) Multiple TreeTables with same nodes: childs of root won't expand.

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner reassigned WICKET-1475:
---------------------------------------

    Assignee: Matej Knopp

> Multiple TreeTables with same nodes: childs of root won't expand.
> -----------------------------------------------------------------
>
>                 Key: WICKET-1475
>                 URL: https://issues.apache.org/jira/browse/WICKET-1475
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.2
>            Reporter: Jaap Bos
>            Assignee: Matej Knopp
>         Attachments: quickstart-tree.zip
>
>
> When using 2 or more TreeTables (which are using the same node objects) expanding one of the childs of the root of the first tree doens't work. However, when using only the first tree, everything works fine.

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


[jira] Updated: (WICKET-1475) Multiple TreeTables with same nodes: childs of root won't expand.

Posted by "Jaap Bos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaap Bos updated WICKET-1475:
-----------------------------

    Attachment: quickstart-tree.zip

A quickstart example showing the problem. The first child of the root of the first TreeTable doen's expand.

> Multiple TreeTables with same nodes: childs of root won't expand.
> -----------------------------------------------------------------
>
>                 Key: WICKET-1475
>                 URL: https://issues.apache.org/jira/browse/WICKET-1475
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.2
>            Reporter: Jaap Bos
>         Attachments: quickstart-tree.zip
>
>
> When using 2 or more TreeTables (which are using the same node objects) expanding one of the childs of the root of the first tree doens't work. However, when using only the first tree, everything works fine.

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