Categories | Question details Back To List | ||
loadXML function problem Hi!! To charge parent nodes i´m using method loadXML("myXml.xml"); where "myxml.xml" is a fich that is saved in the same directory than is the "tree.jsp" My problem is that the XML fich no changes his values when I create a new Parent Node(the parent nodewas created in Java code--> i don´t want to create with method "insertNewItem()") Thank you!!!!!! Answer posted by Alex (support) on Apr 03, 2009 05:53 Hello, You can try to use smartRefershItem(itemId,path_to_script) method to refresh a level. In case of root level, tree.smartRefershItem(0,path_to_script); Script should return the xml for the level. In case of smartRefreshItem the component uses the following logic: |