I got it..
I'm looking at 2 different example code bases, one uses IResponder,
one uses Responder.. the resonder allows the faultHandler, IResponder
doesnt have that.. I'm reading the docs on these..



On Mon, Oct 6, 2008 at 10:47 AM, Greg Morphis <[EMAIL PROTECTED]> wrote:
> 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
>

Reply via email to