I may not be so clear, I know how to include one subfolder, and it's done in
the following way
public static void
contributeComponentClassResolver(Configuration<LibraryMapping>
configuration)
    {
        configuration.add(new LibraryMapping("dirsyim",
"tr.org.kuvvet.components.dirsyim"));
    }

but what if I have so many of them that writing above statements would be
very boring and hard to do. Is there some easier way of doing it?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Using-subfolders-of-component-folder-tp5715231p5715234.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

Reply via email to