Are you using the 'old' tree? Note that the tree in 1.2/ 1.3 is deprecated in favor of the one in extensions, which is the default in 2.0.
Probably the easiest way to customize the tree is to override newNodePanel and provide your custom implementation there. But in your case - since it sounds like you're still starting out - I would first take a look at Matej's tree in wicket.extensions.markup.html.tree. It's way more flexible and has amongst other things support for tables and ajax loading. Eelco On 2/24/07, Ramineni Viswanath <[EMAIL PROTECTED]> wrote: > Could someone guide me on how to extend Tree to > override createNodeLink, getJunctionImage etc to > customise the packaged Tree component. The docs are > not very clear on this. > > My main idea is to use frames and have a menu tree in > the left frame. > > --Vish > > > > ____________________________________________________________________________________ > Be a PS3 game guru. > Get your game face on with the latest PS3 news and previews at Yahoo! Games. > http://videogames.yahoo.com/platform?platform=120121 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
