updateFromXML not working

I am facing problem when I update or add the row , its updated in database and I received the response in following format



response.getWriter().write("");



response.getWriter().write("");



response.getWriter().write("");







I used the below method to refresh updated XML but is not working and updated text in row remain bold.



���



���.



myDataProcessor.setTransactionMode(“GET”);



//myDataProcessor.enableDebug(true)



myDataProcessor.setOnAfterUpdate(myUpdate);



myDataProcessor.init(fmeaGrid);







function myUpdate(){



alert(“ABC”);



fmeaGrid.updateFromXML(“XML/fmea_tree_gride.jsp?project_id=”+document.getElementById(“project_id”).value+"&sys_id="+document.getElementById(“sys_id”).value);



}



Answered at original tread
dhtmlx.com/docs/products/kb/ … r%20layout