Hi ,
I am using HtmlLibraryManager to print my client libraries .
I am using the following code to print the client libraries in the page.
HtmlLibraryManager m = getService(slingRequest);
String st="clientlibrarycategory"
m.writeJsInclude(slingRequest, this.getJspContext().getOut(), st);
the above successfully prints the following :
But I didn't get why the dependencies, and embeds didn't get printed ? Doesn't it support ,please reply.
Thanks,
Pallavi