create a project following the t5 package name conventions eg. my.package.structure my.package.structure.pages my.package.structure.components my.package.structure.mixins
create a MyModule class that is referenced by the MANIFEST.MF file and contains a LibraryMapping contribution public void contributeComponentClassResolver(Configuration<LibraryMapping> configuration) { configuration.add(new LibraryMapping("somePrefix", "my.package.structure")); } done :) g, kris Andy Pahne <[EMAIL PROTECTED]> 17.07.2008 11:28 Bitte antworten an "Tapestry users" <users@tapestry.apache.org> An Tapestry users <users@tapestry.apache.org> Kopie Thema [T5] crating component libraries Is there a description somewhere on how to create component libraries in tapestry5? I had a look at the users guide an the into the wiki but did not find a suitable description. Thnaks, Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]