You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tiles.apache.org by Kate Fox <ka...@anchorintelligence.com> on 2008/02/13 22:25:38 UTC

using tiles like
Is there a way in a jsp page to include another tile (without having to 
specifiy the definition first)?  i.e something like <jsp:include?

Thanks,

Kate

Re: using tiles like Posted by Antonio Petrelli <an...@gmail.com>.
2008/2/13, Kate Fox <ka...@anchorintelligence.com>:
> Is there a way in a jsp page to include another tile (without having to
>  specifiy the definition first)?  i.e something like <jsp:include?

Use <tiles:insertTemplate>, with no body.

Ciao
Antonio