Hi Folks,

I'm trying to build a hierarchical list with the wing framework, but
am having some issues.

I have a division, to which I add a list:

List list = div.addList("name")

The List documentation says that addItem() will give me something to
which I can then add other lists, so I want to do:

list.addItem().addList("sublist");

But this isn't supported.  I can't figure out from the API or the
documentation how to build a hierarchical list - what am I missing?

Cheers,

Richard

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to