Have you contributed to the ComponentClassResolver in your TestModule :-

public static void contributeComponentClassResolver(
            Configuration<LibraryMapping> configuration) {
        configuration.add(new LibraryMapping("mylib", "org.test"));
    }

then you can use it like 

<a t:type='PageLink' t:page='myLib/TestPage' >My Test Page</a>

regards
Taha



On May 28, 2012, at 9:17 PM, LanceWhite wrote:

> Jar Contents
> 
> META-INF
>    MANIFEST.MF
> org
>    test
>        pages
>            TestPage.class
>            TestPage.tml
>        services
>            TestModule.class
> 
> 
> Only one copy of Tapestry & my module jar. I've tried running it in Eclipse
> and standalone, and with 5.3.2, and it's still doesn't find anything.
> 
> Lance
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713466.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to