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
configuration)
{
configuration.add(new LibraryMapping("dirsyim",
"tr.org.kuvvet.components.dirsyim"));
}
but what if I ha
I am making some project, and for better coordination I would like to include
subfolders into mine component folder. However when I do so, ie I implement
component.folderA none of the components is available to my pages. What am I
missing here? Any help is appreciated.
--
View this message in co