Re: How does MultiZoneUpdateEventResultProcessor get a html string from a RenderCommand

2012-02-27 Thread Howard Lewis Ship
The code is simpler in 5.4, using the AjaxResponseRenderer, but it's basically the same thing: - Contribute a filter into the active thread's PartialMarkupRenderer pipeline - The filter creates an empty element for the renderable object - The renderable object renders markup inside the element - Th

Re: How does MultiZoneUpdateEventResultProcessor get a html string from a RenderCommand

2012-02-27 Thread Thiago H. de Paula Figueiredo
Hi! Have you checked its source? Here's the 5.1.0.5 one (which is the version used in the project I'm working now): public class MultiZoneUpdateEventResultProcessor implements ComponentEventResultProcessor { private final PageRenderQueue queue; private final TypeCoercer typeCoerc

How does MultiZoneUpdateEventResultProcessor get a html string from a RenderCommand

2012-02-27 Thread Lance Java
I thought I'd start another thread since my last thread got off topic without answering my initial question. I would like to write a component that takes a RenderCommand parameter (or a Block parameter) and uses tapestry's template engine to get a html string on the serverside. I do not want the h