Categories | Question details Back To List | ||
working with dhtmlxAjax and java and not using php I have a jsp page . I have a dhtmlxGrid on it. I have a normal button on the same page. On click of the button I want a xml file to be populated in the grid. This I am able to do but my jsp page is reloaded once again. My question is I want to populate the grid with the xml file without reloading the jsp page. How can I do it using dhtmlxAjax. Please provide a example of java and not using php because I dont know php and I am working on the java platform. I want a sample example of the same. So Please provide a example with the code. Answer posted by dhxSupport on Nov 16, 2009 07:42 You can use dhtmlxConnectors for Java to integrate dhtmlxGrid with Java server side. You can download beta version here http://dhtmlx.com/docs/download/dhtmlxConnector_java.zip |