I installed the debugger and am seeing this error
TypeError: Error #1006: faultHandler is not a function.
at com.business::Services/__MyMainService_fault()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc::AbstractService/dispatchEvent()
at mx.rpc.remoting.mxml::RemoteObject/dispatchEvent()
at
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at NetConnectionMessageResponder/statusHandler()
at mx.messaging::MessageResponder/status()
It doesnt stop the app from running and data from returning but how
can I get rid of this error??
I look in the services.mxml
and I see
fault="event.token.faultHandler( event )"
Google search didnt help much on this error.. Thanks
Thanks