This was actually intentional. You should use Tree only if you need 
simple tree with labels.

For anything more advanced you should use DefaultAbstractTree and have 
custom markup, so that you have total control about it. So if you want 
you can easily build PanelTree, which will use panels for each node 
content.

-Matej

Alex Objelean wrote:
> I have analyzed the differences between the Tree core implementation and the
> new Tree from wicket-extensions-1.2.2. The new implementation
> (wicket-extensions-1.2.2) is improved dramatically and have a lot of nice
> features (finally the tree is ajaxified :)... but
> I think there is something should be changed:
>    if I want to create a tree node with different markup, I must rewrite the
> whole tree markup instead of providing a markup just for the node - the way
> the core tree implementation works.. Could you (the core developers) change
> this in the next release? Don't you think it is better? Thank you! 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to