Yes, but how? :) I tried various ways, none worked. The library contains the following library module:
public static void contributeComponentClassResolver(Configuration<LibraryMapping> configuration) { configuration.add(new LibraryMapping("mylib", "com.mycompany.package")); } In the "com.mycompany.package.pages" package there is the X.tml. Pointing my browser to http://localhost:8080/context/mylib/x http://localhost:8080/context/mylib.x http://localhost:8080/context/x doesn't work either. Thanks in advance! Janos On 21/04/2008, Michael Gerzabek <[EMAIL PROTECTED]> wrote: > > János Jarecsni schrieb: > > > I have a component library, x.jar. I placed a y.tml into its pages > > package > > (some.package.pages, where some.package is declared in the library > > module as > > the root package). I added the component jar to the web application, > > still I > > cannot access the x.tml as a page. > > > > > When y.tml is in x.jar then you maybe might want to address y(.tml) in the > browser! > > > Any help is welcome! :) > > > > Cheers, > > Janos > > > > > > > > On 19/04/2008, János Jarecsni <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > > > can a page be contributed to the web application by a JAR file (just > > > like > > > component templates)? If so, how an URL can be constructed to such a > > > page? > > > Concretely, is it possible for T5 to have a forum.tml residing in the > > > com.foo.bar package of a forum.jar file and use it in the application? > > > > > > thanks in advance, > > > Janos > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >