You certainly do not need to create a new library mapping for each subfolderSounds like you are missing some basic concepts. Take a look at http://tapestry.apache.org/component-libraries.html.
On Fri, Aug 10, 2012 at 1:55 PM, StroncieruM <h1724...@rtrtr.com> wrote: > 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 > >