The meta tag is there. And it does work when I reference the component through an annotation.
-----Original Message----- From: Alan Chandler [mailto:[EMAIL PROTECTED] Sent: sábado, 20 de agosto de 2005 10:54 To: [email protected] Subject: Re: Components with no spec file On Saturday 20 Aug 2005 03:59, Denis Souza wrote: ... > However, if I try to reference the component directly from the html > template like this: > > <div jwcid="@templates/MyTemplate"> > > I get: > > org.apache.tapestry.parse.TemplateParseException > Tag <div> on line 4 contains an invalid jwcid '@template/MyTemplate'. I don't do it exactly like this, but I have my component in the library, and then I have to quote the library id in the [EMAIL PROTECTED]:component Looking at my library specification I have <meta key="org.apache.tapestry.component-class-packages"> uk.org.chandlerfamily.tapestry.components </meta> My guess is you need to put a similar meta in your application specification. -- Alan Chandler http://www.chandlerfamily.org.uk --------------------------------------------------------------------- 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]
