You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by bėgantis debesis <de...@gmail.com> on 2006/06/19 15:18:17 UTC

rendering menu or border component

Hi,

I'm using a Border component for menu. I wrap every html like that:
<span jwcid="@Border">
contents of the page
</span>

Is there a way to render Border component in a MyAppPage (the page that is a
parent class for all other pages) so that i don't need to repeat the
wrapping in every html page of my application?

Thanks,
Valdemaras Repšys