You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Adrian Sandor (JIRA)" <ji...@apache.org> on 2008/11/21 06:40:44 UTC

[jira] Created: (WICKET-1949) rc1 generics - BaseTree

rc1 generics - BaseTree
-----------------------

                 Key: WICKET-1949
                 URL: https://issues.apache.org/jira/browse/WICKET-1949
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-RC1
            Reporter: Adrian Sandor


The second BaseTree constructor requires IModel<TreeModel>; I was using a Model with a DefaultTreeModel object, but I can't do that anymore (TreeModel is not necessarily Serializable). Why not just require IModel<? extends TreeModel> ?

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


[jira] Assigned: (WICKET-1949) rc1 generics - BaseTree

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

Igor Vaynberg reassigned WICKET-1949:
-------------------------------------

    Assignee: Matej Knopp

> rc1 generics - BaseTree
> -----------------------
>
>                 Key: WICKET-1949
>                 URL: https://issues.apache.org/jira/browse/WICKET-1949
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adrian Sandor
>            Assignee: Matej Knopp
>
> The second BaseTree constructor requires IModel<TreeModel>; I was using a Model with a DefaultTreeModel object, but I can't do that anymore (TreeModel is not necessarily Serializable). Why not just require IModel<? extends TreeModel> ?

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


[jira] Resolved: (WICKET-1949) rc1 generics - BaseTree

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

Igor Vaynberg resolved WICKET-1949.
-----------------------------------

         Assignee: Igor Vaynberg  (was: Matej Knopp)
    Fix Version/s: 1.4.11
       Resolution: Fixed

> rc1 generics - BaseTree
> -----------------------
>
>                 Key: WICKET-1949
>                 URL: https://issues.apache.org/jira/browse/WICKET-1949
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adrian Sandor
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11
>
>
> The second BaseTree constructor requires IModel<TreeModel>; I was using a Model with a DefaultTreeModel object, but I can't do that anymore (TreeModel is not necessarily Serializable). Why not just require IModel<? extends TreeModel> ?

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


[jira] Updated: (WICKET-1949) rc1 generics - BaseTree

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

Igor Vaynberg updated WICKET-1949:
----------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.4.11)

> rc1 generics - BaseTree
> -----------------------
>
>                 Key: WICKET-1949
>                 URL: https://issues.apache.org/jira/browse/WICKET-1949
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>            Reporter: Adrian Sandor
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>
> The second BaseTree constructor requires IModel<TreeModel>; I was using a Model with a DefaultTreeModel object, but I can't do that anymore (TreeModel is not necessarily Serializable). Why not just require IModel<? extends TreeModel> ?

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