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
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
Hi,
I have Build a GridToCSVExport mixin. This all works great up to the
stage where I try render the override parameter blocks like
"propertyNameCell". I can obtain the Block's, but can see no way to
render the block to String without a MarkupWriter. Any pointers would
be appreciated.
Che