According the documentation it should be possible to put components to a sub package of the package components.
Quote: Sub-Folders / Sub-Packages Classes do not have to go directly inside the package (pages, components, mixins, etc.). It is valid to create a sub-package to store some of the classes. The sub-package name becomes part of the page name or component type. Thus you might define a page component com.example.myapp.pages.admin.CreateUser and the logical page name (which often shows up inside URLs) will be admin/CreateUser. But I ask me how I can reference the component in the template, because this one isn't working: <t:subpackage/myComponent t:id="myComponent" startTime="'08h 00m'" endTime="'20h 00m'"/> Any ideas? thx chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org