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

<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?

Reply via email to