Hello;I have an application I have written in Flex 4 beta 2. I am
connecting to LCDS. When the Service is called for the first time I set
auto commit to false.I can retrieve data, however if I call
revertChanges() or commit(), on any service, nothing happens on the
server. If I set autocommit to true then for every key press in the
application a commit is sent to the server.Is there something I am doing
wrong?I have tried using serviceName.serviceControl.commit(),
serviceName.commit(), serviceNa...