V2 - When is AW.XML.Table response object filled?
Hi,
I'm using the code below to get XML data from a URI. Is there a convenient
way of finding out when the asynchronous request has completed?
myModel = new AW.XML.Table();
myModel.setRows(rowsXPath);
myModel.setURL(dataURI);
myModel.request();
Many thanks,
BT
I'm using the code below to get XML data from a URI. Is there a convenient
way of finding out when the asynchronous request has completed?
myModel = new AW.XML.Table();
myModel.setRows(rowsXPath);
myModel.setURL(dataURI);
myModel.request();
Many thanks,
BT
BT
November 10,