You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Bill Holloway <bi...@gmail.com> on 2008/04/20 21:45:37 UTC

T5: Capture a component body as a block?

In a couple of places I have

<t:myComponent>
   <t:parameter name="whatever">

      Some interesting content.

   </t:parameter>
</t:myComponent>

My need is to to capture whatever the "body" of MyComponent is into a
block.  Is there a better way to accomplish this?

-- 
Those who can make you believe absurdities can make you commit atrocities.

Voltaire

Re: T5: Capture a component body as a block?

Posted by Tobias Wehrum <Le...@dragonlab.de>.
Hi Bill,

do you mean <t:body/> ?

Tobias

Bill Holloway schrieb:
> In a couple of places I have
>
> <t:myComponent>
>    <t:parameter name="whatever">
>
>       Some interesting content.
>
>    </t:parameter>
> </t:myComponent>
>
> My need is to to capture whatever the "body" of MyComponent is into a
> block.  Is there a better way to accomplish this?
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org