RE: [T5.2.0-SNAPSHOT] Block to String without MarkupWriter

2010-02-15 Thread Alfie Kirkpatrick
Subject: Re: [T5.2.0-SNAPSHOT] Block to String without MarkupWriter Nothing obvious is coming to me; a Block represents markup and needs a markup writer to execute. You can leverage some of the internal Tapestry services to render the content much like a partial page render, perhaps. On Thu, Jan 28

Re: [T5.2.0-SNAPSHOT] Block to String without MarkupWriter

2010-02-14 Thread Howard Lewis Ship
Nothing obvious is coming to me; a Block represents markup and needs a markup writer to execute. You can leverage some of the internal Tapestry services to render the content much like a partial page render, perhaps. On Thu, Jan 28, 2010 at 8:36 AM, Joost Schouten (ml) wrote: > Hi, > > I have Bui