Any progress on being able to grab and render the component body from the
component class? I am writing a component that has to display data
recursively and this seems like the best option.
Thanks,
Zack
Howard Lewis Ship wrote:
>
> This is one of those cases that is, somewhat delibrately, no
Howard,
Another thing that would be helpful here...to make the MarkupWriter a
property that the component could replace in BeforeRender with its own
local MarkupWriter, allow the body to render into the temporary
MarkupWriter, and then in AfterRender, put the original MarkupWriter
back in place ag
This is one of those cases that is, somewhat delibrately, not covered
by T5 directly.
I think you are on to something: capturing the Element and working
your way into the body to re-write the markup generated by the
components
in the body.
Tapestry uses a very light-weight DOM; I wonder if it wou