On 11/26/06, jroblang <[EMAIL PROTECTED]> wrote: > I have a situation where I need to make calls to two different remote objects > (ColdFusion > queries) where one query depends on the results of the other. Call 1 needs > to be > completed before Call 2 can execute. How do you figure out when Call 1 has > retrieved all > its data, so that Call 2 can be processed? Is some sort of event dispatched? > I've tried
put call 2 in call 1's event handler. <mx:method name="call1" result="handeCall1(event);"/>

