wicket example Simple tree

2010-02-27 Thread tubin gen
is it possible to put Ajaxlinks in tree nodes ?

Re: wicket example Simple tree

2010-02-27 Thread fachhoch
I mean links to show popups, like modal window , or file download etc ? fachhoch wrote: is it possible to put Ajaxlinks in tree nodes ? -- View this message in context: http://old.nabble.com/wicket-example-Simple-tree-tp27730550p27730594.html Sent from the Wicket - User mailing list

Re: wicket example Simple tree

2010-02-27 Thread Sven Meier
Sure, see LinkTree and #setLinkType(). Sven * *fachhoch wrote: I mean links to show popups, like modal window , or file download etc ? fachhoch wrote: is it possible to put Ajaxlinks in tree nodes ? - To

Re: wicket example Simple tree

2010-02-27 Thread fachhoch
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://old.nabble.com/wicket-example-Simple-tree-tp27730550p27731004.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: wicket example Simple tree

2010-02-27 Thread Sven Meier
This code from the example is just building the tree model - no place for Wicket components yet. Creating an AjaxLink comes later, when the tree nodes are represented by Wicket components - see AbstractTree#newLinkComponent(). Sven fachhoch wrote: here the code from wicket examples

Re: wicket example Simple tree

2010-02-27 Thread fachhoch
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://old.nabble.com/wicket-example-Simple-tree-tp27730550p27731730.html Sent from the Wicket - User mailing list archive at Nabble.com