|
Is your fault handler being called? I think the point from Fernando was for
you to add another method in your CFC that could take an array of the objects
that you’re updating. Then in the CFC you would loop through that array so
that more work is done on the server. This would reduce your network traffic
somewhat. Matt From: I've noticed a critical issue when calling a remoteObject within a loop
and having a resultHandler, the resultHandler does not execute the same number
of times that the remoteObject was invoked. Can anyone explain this? In my case, after each record is updated, I increment an int to
identifty when all records have been saved, because another remote call needs
to be fired off when all records have been added/updated. This is not
happening, and it's a critical issue. - Doug -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |

