I have a collection in the client which is bound to adataservice. I
understand that when i load up my flex app that theflash player makes a
call to the dataservice and retrieves a Listcollection. That is working
fine. Also, when i update thecollection on the client the synch method
is called on the dataservice. That too is working fine.My question is
how do i set up the data service so that isknows when to request data
from the server again. How does theclient know when data on the server
has ch...