Index: lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as =================================================================== diff -u -rce023853b81e420dcac47cdfd4cfa951e4459ac1 -rdc42ccb57c2078abfc888fd736bceef7b563963f --- lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as (.../Communication.as) (revision ce023853b81e420dcac47cdfd4cfa951e4459ac1) +++ lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as (.../Communication.as) (revision dc42ccb57c2078abfc888fd736bceef7b563963f) @@ -109,12 +109,6 @@ //Everything is fine so lookup callback handler on queue dispatchToHandlerByID(queueID,responseObj.messageValue); } - - - - - - }else { //TODO DI 12/04/05 Handle onLoad error //showAlert("System error", "

Communication Error

", "sad"); @@ -183,10 +177,10 @@ //TODO DI 11/04/05 Stub here for now until we have server implmenting new WDDX structure if(isFullURL){ - Debugger.log('Requesting:'+requestURL,Debugger.GEN,'getRequest','Communication'); + Debugger.log('Requesting:'+requestURL,Debugger.GEN,'loadXML','Communication'); responseXML.load(requestURL); }else{ - Debugger.log('Requesting:'+_serverURL+requestURL,Debugger.GEN,'getRequest','Communication'); + Debugger.log('Requesting:'+_serverURL+requestURL,Debugger.GEN,'loadXML','Communication'); responseXML.load(_serverURL+requestURL); } }