RE: [flexcoders] Re: Cairngorm Result Question

2005-05-06 Thread Steven Webster
Iain, > I thought a bug was to blame, but have pasted some code for a quick > browse: Nothing jumps out as embarassing :) Can you confirm at which point your array isn't being returned as expected ? Go into gateway-config.xml and turn on debug; that'll let you see what comes over the wire in yo

Re: [flexcoders] Re: Cairngorm Result Question

2005-05-05 Thread Valy Sivec
Iain,   I think the input parameter for the onResult will contain the actual result.   Try:   public function onResult( result : Object ) : Void { var getInboxViewHelper = ViewLocator.getInstance().getViewHelper( "ControlView" ); getInboxViewHelper.fillInbox(result);}   You might want to use  mx