On Tue, 07 Dec 2010 21:19:23 -0200, Everton Agner <ton.ag...@gmail.com> wrote:

I'm developing a generic auto-adapting Menu builder (that'll be open in
googlecode also). I need to know the ordering because my algorithm to walk through the tree (it's levels) needs to start from the deeper ones (the leafs) to the first (the root).

In your case, you need some sorting logic that most probably isn't implemented inside Tapestry, so I suggest you to implement a Comparator that does what you want.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to