Hi, Regarding a quote from the docs here: http://tapestry.formos.com/nightly/tapestry5/guide/component-classes.html
Component Packages: ... "In addition, it is common for an application to have base classes, often abstract base classes, that should not be directly referenced. These should not go in the pages, components or mixins packages, because they then look like valid pages, components or mixins. Instead, use the root.base package to store such base classes." Does this imply put only your 'abstract' base class in base? I am currently using base classes (not abstract) and placing them in the components package. What is the consequence of this, if any? my understanding is these should NOT go in base, is this correct? Thanks, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org