Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

DataServiceTransaction.refreshFill() doesn't trigger event on ActionScript side

Avatar

Level 1
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 call
DataServiceTransaction.refreshFill() from the server side code
(Java). Is this a bug? If no, what is the proper way to detect when
data is pushed from the data to the client.



Thanks,

Jamie
0 Replies