dhtmlxMenu

Hi, I work an application with Struts and I use JQuery Framework for JavaScript. When insert my dhtmlxMenu I have error because not read XML File (XML File is created automatic)



The Structure is





html:form













</html:form>



Thank you for help me

The code is correct, and it is safe to use dhtmlxMenu with jQuery.
The problem may be caused by timing issue ( if you writing XML file dynamically, it may not exist or be locked in moment of reading )
You can try to use debug version of dhtmlxcommon.js and check what is really loaded from server side.
dhtmlx.com/docs/products/kb/inde … tmlxcommon

Hi, thank you for help me. I resolved my problem using loadXMLString function. I saved the text of XML in hidden field. That’s ok.

Thank you for your time.