Error-- :
ReferenceError: Error #1069: Property status not found on String and there is no default value.
InventoryList.mxml:402
InventoryList.mxml:570
CODE:
400: private function handleBackupXML(event:ResultEvent):void
401: {
402: var status:String =event.result.status.toString();
403: }
567: <mx:HTTPService id="backupDevice"
568: useProxy="false"
569: url="/DeviceBackupServlet"
570: result="handleBackupXML(event)"
571: fault="NocUtil.handleGenericFailure(event)"
572: resultFormat="e4x" >
573: </mx:HTTPService>
i am unable to know what to do with this error..
if any one knows please help me..
North America
Europe, Middle East and Africa
Asia Pacific