The whole purpose of tree is to structure your data in way that doesn't need paging. I never really got the concept of pageable tree. How do you know what level you are on second page when your root is on first page?
-Matej On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst <[email protected]> wrote: > The inmethod packages might contains such a thing, but I doubt it. See > wicketstuff svn for the inmethod components. > > Martijn > > On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <[email protected]> wrote: >> >> Hi, >> >> Is there some kind of pageable tree class in Wicket, or I have to break up >> my tree to several smaller trees and put them in a PageableListView? >> >> Thanks, >> Zhubin >> -- >> View this message in context: >> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.3.5 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
