RE: Tapestry tree render without recursion?

2010-09-11 Thread Blower, Andy
The links in that Jira don't work for me. It looks like a 3 year old issue so maybe that's not surprising. -Original Message- From: Josh Canfield [mailto:joshcanfi...@gmail.com] Sent: 10 September 2010 17:52 To: Tapestry users Subject: Re: Tapestry tree render without recursion

Re: Tapestry tree render without recursion?

2010-09-11 Thread Josh Canfield
/Tapestry-tree-render-without- recursion-tp2834784p2834784.html Sent from the Tapestry - User mailing list archive at Nabble.com. -- -- http://www.bodylabgym.com - a private, by appointment only, one-on-one health and fitness facility. -- http://www.ectransition.com - Quality

Tapestry tree render without recursion?

2010-09-10 Thread Elin
Green tea Milk Thx in advance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-tree-render-without-recursion-tp2834784p2834784.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry tree render without recursion?

2010-09-10 Thread Elin
when i wrote this message i found the link to this. Sorry for posting before searching a bit more ;) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-tree-render-without-recursion-tp2834784p2834788.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Tapestry tree render without recursion?

2010-09-10 Thread Alexander Muthmann
We tried to use recursive components for a menu-structure. In the end we limited our self to a maximum depth for the menu and now use 3 components which are nearly equal: TopMenu SubMenu SubSubMenu Not a clear solution but easy ;) On 10.09.2010 12:08, Elin wrote: Im making a component

Re: Tapestry tree render without recursion?

2010-09-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Sep 2010 07:10:59 -0300, Elin polit...@gmail.com wrote: Ok just found this http://ars-machina.svn.sourceforge.net/viewvc/ars-machina/tapestry-crud/branches/1.1/src/main/java/br/com/arsmachina/tapestrycrud/components/TreeSelect.java?revision=595view=markup so i will take a look on it.

Re: Tapestry tree render without recursion?

2010-09-10 Thread Josh Canfield
not even indirectly) so, any advice about how to do this (your own ideas or something u have read around)? Example: Coffee Tea Black tea Green tea Milk Thx in advance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-tree-render-without