You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "omprakash (JIRA)" <ji...@apache.org> on 2006/10/16 07:16:36 UTC

[jira] Created: (WICKET-1) dynamic treetable with a real model

dynamic treetable with a real model
-----------------------------------

                 Key: WICKET-1
                 URL: http://issues.apache.org/jira/browse/WICKET-1
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-extensions
    Affects Versions: 2.0
         Environment: any
            Reporter: omprakash


The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WICKET-1) dynamic treetable with a real model

Posted by "omprakash (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-1?page=all ]

omprakash updated WICKET-1:
---------------------------

    Attachment: TreeTable2-II.zip

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: http://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Attachments: TreeTable2-II.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-1) dynamic treetable with a real model

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479908 ] 

Eelco Hillenius commented on WICKET-1:
--------------------------------------

Didn't compile. Maybe you can be a bit clearer what this example achieves?

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: https://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Assigned To: Matej Knopp
>         Attachments: TreeTable2-II.zip, TreeTable2-III.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

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


[jira] Commented: (WICKET-1) dynamic treetable with a real model

Posted by "omprakash (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480023 ] 

omprakash commented on WICKET-1:
--------------------------------

Hi,
I had missed some files while uploading the TreeTable2.zip. The TreeTable2-III.zip file should contain all the files needed to compile the program. For more details on the problem this code addresses, please refer to my blog http://ovisvana.blogspot.com/2007/02/wicked-wicket-framework-i-had-earlier.html 
cheers,
V.Omprakash
http://ovisvana.blogspot.om

-- "Eelco Hillenius (JIRA)" <ji...@apache.org> wrote:


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

Eelco Hillenius updated WICKET-1:
---------------------------------

    Attachment: treetable.zip

updated?


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




_____________________________________________________________________
Interested in getting caught up on today's news?
Click here to checkout USA TODAY Headlines.
http://track.netzero.net/s/lc?s=198954&u=http://www.usatoday.com/news/front.htm?csp=24


> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: https://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Assigned To: Matej Knopp
>         Attachments: treetable.zip, TreeTable2-II.zip, TreeTable2-III.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

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


[jira] Updated: (WICKET-1) dynamic treetable with a real model

Posted by "Anonymous (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-1?page=all ]


    Attachment: TreeTable2.zip

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: http://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Attachments: TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (WICKET-1) dynamic treetable with a real model

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-1?page=all ]

Igor Vaynberg reassigned WICKET-1:
----------------------------------

    Assignee: Matej Knopp

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: http://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Assigned To: Matej Knopp
>         Attachments: TreeTable2-II.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WICKET-1) dynamic treetable with a real model

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

Eelco Hillenius updated WICKET-1:
---------------------------------

    Attachment: treetable.zip

updated?

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: https://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Assigned To: Matej Knopp
>         Attachments: treetable.zip, TreeTable2-II.zip, TreeTable2-III.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

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


[jira] Updated: (WICKET-1) dynamic treetable with a real model

Posted by "omprakash (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-1?page=all ]

omprakash updated WICKET-1:
---------------------------

    Attachment: TreeTable2-III.zip

contains missed out files

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: http://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Assigned To: Matej Knopp
>         Attachments: TreeTable2-II.zip, TreeTable2-III.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (WICKET-1) dynamic treetable with a real model

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

Matej Knopp resolved WICKET-1.
------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.0

I have different implementation of file browser. However, I'm not sure it's the best example.

> dynamic treetable with a real model
> -----------------------------------
>
>                 Key: WICKET-1
>                 URL: https://issues.apache.org/jira/browse/WICKET-1
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 2.0
>         Environment: any
>            Reporter: omprakash
>         Assigned To: Matej Knopp
>             Fix For: 2.0
>
>         Attachments: treetable.zip, TreeTable2-II.zip, TreeTable2-III.zip, TreeTable2.zip
>
>
> The treetable extension at present shows a dummy model with hardcoded data. As such it is not very useful. The TreeTable2 component however uses a live model with dynamic data. The modelbean class that the existing TreeTable component is not very scaleable and TreeTable2 component attempts to change that.

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