It's not really question about the wicket component. It's about the
TreeModel you need to implement.

-Matej

On 5/15/07, galbu <[EMAIL PROTECTED]> wrote:
>
> Hello world
> I have a problem with a data tree: I need to generate a data tree that shows
> the structure of products' classification from this table:
>
> Object: ClasseCND
> id    | anno | livello | descrizione | classemadre|
> A    | 2005 |    0    | ddddd       | null              |
> A01| 2005 |    1    |  ghhhh      |  A                |
> B    | 2005 |    0    | gggggg     | null              |
> B01| 2005 |    1    | ghhhh       |  B                |
> B02| 2005 |    1    | ghhhh       |  B                |  etc...
> I have more levels of depth in the tree...and I have a great number of
> classes to show....
> At first time I would show to the user only the level 0 of my data structure
> and, when the user select one node of the
> tree, I would show the requested subtree expanded. There is a way to do
> something like that without generate and cache all the classification tree
> in the session ? Some way to dynamically populate the tree when the user
> select the node he wants to see expanded ?
> Any suggest will be appreciate
> Thanks in advance
>           Galbu
> --
> View this message in context: 
> http://www.nabble.com/dynamically-populate-tree-tf3758317.html#a10622286
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to