Re: List of embedded components

2014-11-27 Thread Thiago H de Paula Figueiredo
components and add the found zone to AjaxResponseRenderer to be updated after annotated function executed. I think you got it backwards: you don't need to know the list of embedded components: you need the list of parent components, going up until you arrive at a Zone. For that, you can ge

List of embedded components

2014-11-27 Thread Eugen
Hello, is there any way in Tapestry 5.4 to list all components embedded in a page or component (defined in template file)? The goal is to implement an annotation, @UpdateParentZone, that would search for the first Zone in the parent components and add the found zone to AjaxResponseRenderer to be u