Sorry, my mistake:

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

was missing around the component template ;-)

-------- Original-Nachricht --------
> Datum: Thu, 02 Oct 2008 11:57:39 +0200
> Von: [EMAIL PROTECTED]
> An: "Tapestry users" <users@tapestry.apache.org>
> Betreff: Weird T5 error page versus component templates

> When I put the following code into a page template it works, if I put it
> inside of a component template embedded within a page, it comes up with the
> error:
> 
> "The prefix "t" for attribute "t:type" is not bound."
> 
> The code:
> 
> <div t:type="t5components/SlidingPanel"
>     subject="literal:panel subject"
>     style="width: 350px;" closed="false">
> <div>
> blablablabla
> </div>
> </div>
> 
> Any ideas?
> 
> Thanks!
> 
> Toby
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to