Hi,I have an event handler that gets called when I call fill()in
ActionScript:dsServers.addEventListener(ResultEvent.RESULT,serverResultHandler);However,
this event handler does not get called when I
callDataServiceTransaction.refreshFill() from the server side
code(Java). Is this a bug? If no, what is the proper way to detect
whendata is pushed from the data to the client. Thanks,Jamie