Categories | Question details Back To List | ||
I am currently using the professional version of
dhtmlXTree. I am having a problem with the tr... I am currently using the professional version of
dhtmlXTree. I am having a problem with the tree not properly updating
after a change to one of the nodes. I currently have a .jsp file
providing an xml string. The xml string is being loaded using
dhtmlLoaderObject.prototype.loadXMLString in dhtmlXCommon.js I
know the function is being called, and it returns an xml string in the
"this.xmlDoc.responseText". However, the string is not
updated. The .jsp associated with this ajax call is never being called. Answer posted on Feb 13, 2007 15:15 It seems that the main reason of your problem
is IE cashing behaviour. Please try to add some random parameter to path to jsp
file. Also the mentioned function loadXMLString designed for
loading XML from javascript string. To load XML from file ( as in your case )
you need to use loadXML function. Answer posted by Embre (Support) on Dec 05, 2014 08:05 The information connected with javascript filter table and event calendar download also can help you, so please check it too. |