Do dhtmlx components work with JSPs?
I tried to generate a jsp that loaded an xml Tree file, and got a data structure error.
I can use one of your dhtmlx demo html files and load the xml tree file just fine.
Please be sure that structure of XML correct and it has been sent as Content-type:text/xml header.
If you receive an Incorrect XML error - please check
dhtmlx.com/docs/products/dhtmlxG … rt_comprob
If you recevies only “Data structure incorrect” incorrect error -check the top tag of generated XML
id attribute must point to the super-root item ID ( can be set as 4th parameter of constructor, 0 by default )