Re: T5: Intercepting the body of a component

2009-01-17 Thread zack1403
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

Re: T5: Intercepting the body of a component

2007-11-09 Thread Andy Huhn
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

Re: T5: Intercepting the body of a component

2007-11-08 Thread Howard Lewis Ship
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