After creating a component library and packing it all in a jar I tried
to include the jar in my T5 project and contribute the
ComponentClassResolver like this

        public static void
contributeComponentClassResolver(Configuration<LibraryMapping>
configuration, Log log)
           {
                        log.irfo("contributing fckeditor");
               configuration.add(new LibraryMapping("fckeditor",
        "path.to.my.components"));
           }

the log says that "contributing fckeditor", but tapestry is unable to
resolve the component.
are there any documentation on this? I cant find it.
there should be some kind of search function in the maven generated page..

--
/ted

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to