Long wid = 999L;
WidgetInstance widget = new WidgetInstance("Demo Widget Instance",
"sandbox1", className, config, "");
WidgetManager wm = new WidgetManager();
wm.add(widget.getProvider());
Set<String> cssIncludes = wm.getCSSIncludeList();
Set<String> jsIncludes = wm.getJSIncludeList();
boolean interactive = true;
render(title, widget, wid, wparams, cssIncludes, jsIncludes,
interactive);
}