You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Henrik Vendelbo <hv...@bluprints.com> on 2005/03/17 16:27:52 UTC

Could not find template for component

I was stuck with this silly issue of locating the template for a component for quite a while.
 
Essentially I have a very simple component which renders status information. I include that in Home.html, referring to the library specified in .application
 
The solution you might be looking for if you have the same sort of problem is to use
AbstractComponent rather than BaseComponent as the base class. BaseComponent
requires a template to be present while AbstractComponent allows for a simpler component
without a template.




---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org