Hi folks,
I'm new to flex, and I'm trying to get a flex client to talk
to my .net back end via weborb. I've got a few simple test cases
working ok, but with more complex code I get a pop-up on my
(firefox) browser:
TypeError: Error #1010: A term is undefined and has no
properties.
at orbTester/gotServerData()
at orbTester/___Operation3_result()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/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::resultHandler() at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at
::NetConnectionMessageResponder/NetConnectionChannel.as$40:NetConnectionMessageResponder::resultHandler()
at mx.messaging::MessageResponder/result()
So a few questions:
1) What does this error message mean?
2) How can I find out what line of my flex code is generating
it
3) Is there a way to get decent error messages from this
environment?
Many thanks,
ws