Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread Thiago H de Paula Figueiredo
On Fri, 08 Jun 2007 07:47:21 -0300, Allen Guo <[EMAIL PROTECTED]> wrote: 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

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread 蝈蝈龙
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]> >

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread Kristian Marinkovic
try "opend/Radio" ... :) "蝈蝈龙" <[EMAIL PROTECTED]> 08.06.2007 13:56 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: How to use the third-party T5 Component in another T5 project I added the code to AppModule.class

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread 蝈蝈龙
, "org.whatever.mycomponents")); } g kris "蝈蝈龙" <[EMAIL PROTECTED]> 08.06.2007 13:31 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: How to use the third-party T5 Component in another T5 project But I can onl

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread Kristian Marinkovic
(Configuration configuration) { configuration.add(new LibraryMapping("whatever", "org.whatever.mycomponents")); } g kris "蝈蝈龙" <[EMAIL PROTECTED]> 08.06.2007 13:31 Bitte antworten an "Tapestry users" An "Tapestry use

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread 蝈蝈龙
nd 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" An Tapestry users Kopie Thema Re: How to use the third-party T5 Component in another T5 project Nobo

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread Kristian Marinkovic
a 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

Re: How to use the third-party T5 Component in another T5 project

2007-06-08 Thread Allen Guo
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 > > >

How to use the third-party T5 Component in another T5 project

2007-06-07 Thread Allen Guo
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 -