I using Blaze, Flex3 and Cairngorm, I have a simple
application at the moment, in which I dispatch a Cairngorm event,
it gets picked up the Command is executed and the Delegate can send
data to the RemoteObject. I can see in the output that Blaze is
doing what it is supposed to do and returning what it is supposed
to return, but the data returned never makes it to the IResponder
result function. What am I doing wrong? Can post code if
needed.