On Thu, 11 Apr 2013 09:47:20 -0300, Barry Books <trs...@gmail.com> wrote:

I'm trying to create a dynamic template with something like this

As in using the Dynamic component?

<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";>

<h2><span id="param:title"></span></h2>

<div class="row">

<span id="param:blog"></span>

</div>

</t:container>

but I end up with a container tag wrapping my content. Is there a way to
wrap a dynamic template and have the outer tag ignored?

Have you tried without <t:container> and without a root element? I don't think it would work, but I'd try that anyway. :) It seems you've found a bug here. Please file a JIRA about it if you don't find a solution.

--
Thiago H. de Paula Figueiredo

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

Reply via email to