I added the code to AppModule.class onfiguration.add(new LibraryMapping("opend","org.opend.corelib")); Then refer to the component in html template like this <span t:type="opend:Radio" /> Am I right? It always throw the exception below
Unable to resolve component type 'opend:Radio' to a component class name. Available component types: FlatImg, Layout, core/ActionLink, core/Any, core/BeanEditForm, core/Checkbo........................ 2007/6/8, Kristian Marinkovic <[EMAIL PROTECTED]>:
just forget what i said before.... you can use a LibraryMapping to add other component libraries. therefore you have to contribute your library (that contains a prefix and the root package) to a tapestry ioc service: in you AppModule class public static void contributeComponentClassResolver(Configuration<LibraryMapping> configuration) { configuration.add(new LibraryMapping("whatever", "org.whatever.mycomponents")); } g kris "蝈蝈龙" <[EMAIL PROTECTED]> 08.06.2007 13:31 Bitte antworten an "Tapestry users" <users@tapestry.apache.org> An "Tapestry users" <users@tapestry.apache.org> Kopie Thema Re: How to use the third-party T5 Component in another T5 project But I can only a tapestry.app-package in web.xml And another question is , if the component have the same name with the component in my project, what should I do? 2007/6/8, Kristian Marinkovic <[EMAIL PROTECTED]>: > > i think you have to deploy the jar (make it available in the classpath) > and add the new package path to the tapestry.app-package > parameter in web.xml > > g > kris > > > > > Allen Guo <[EMAIL PROTECTED]> > 08.06.2007 12:47 > Bitte antworten an > "Tapestry users" <users@tapestry.apache.org> > > > An > Tapestry users <users@tapestry.apache.org> > Kopie > > Thema > Re: How to use the third-party T5 Component in another T5 project > > > > > > > Nobody answer me ? :( > > Hi All, > > > > I use T5.0.4. I packaged some common components to common.jar. > > You know, in T3/4, we may add a configuration like contrib to > > .application file. But how can I use it in my another project base on > T5? > > > > > > Thanks > > Allen Guo > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >