Re: render nested component

2016-03-21 Thread Thiago H de Paula Figueiredo
On Fri, 18 Mar 2016 02:17:44 -0300, Qbyte Consulting wrote: I am creating a Menu component (for a ul tag) that needs to programmatically generate the child links. Hi! At my job, I've come up with a technique for a component which allows other components to render their template in a recu

Re: render nested component

2016-03-21 Thread Chris Poulsen
Tree can be viewed as an example of how to construct a recursive structure using Blocks/ RenderCommands, understanding the render queue may require a little reading/experimentation, but the advantage of this approach is that it allows you to use the normal tapestry components for creating your mark