Antonio OrdoƱez wrote:
Hallo everybody.
My question is about how could I implement a recursion in tapestry 5?
Tapestry does not support recursion. It's a pity, especially for your
very use case, but according to Howard, it's a design choice that brings
simplicity, scaling possibility and other
You need to rewrite your recursive approach as a non-recursive one.
Take a look at the wiki for the Tree component:
http://wiki.apache.org/tapestry/Tapestry5TreeComponent?highlight=%28Tapestry
5%29
The code is a bit out of date because of changes to the handling of
Javascript, but you can see ho