What is the value for RendererType when creating a
HTMLTree in Java code?
HtmlTree tree = (HtmlTree)
application.createComponent(HtmlTree.COMPONENT_TYPE);
tree.setRendererType("");
tree.setRendererType("");
Where do I even
look?
I'm at http://myfaces.apache.org/tomahawk/apidocs/index.html and
nothing is obvious at this point.
Thanks,
--Todd

