I am trying to load some
items in my tree which is dynamically loaded from the servlet.
I am calling this after
the tree is created, but seems that it is not working. Can you please let me
know what wrong am I doing and the correct way to load items dymanically.
var hierarchyLoaded = new Array();
hierarchyLoaded[0] = “0”;
hierarchyLoaded[1] = “IMP”;
hierarchyLoaded[2] = “EXP”;
tree.openItemsDynamic(hierarchyLoaded,true) ;