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, not

T5: Intercepting the body of a component

2007-11-08 Thread Andy Huhn
Hello, I'm trying to write a component that allows Tapestry to render its body into the MarkupWriter, and then it performs string substitutions on the MarkupWriter to transform the output before it is sent back to the client. Any ideas? I've looked through a bunch of the source code, and I

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