RE: [flexcoders] FDS with Java Question: Why is it grouping requests?

2007-02-27 Thread Jeff Vroom
When you get the fault for the first delete, you probably just need to call revertChanges - either for all changes or just that item. After any fault, all messages you commit as part of that batch get reverted - i.e. put back into the uncommitted list. When you revert them, we'll undo those

RE: [flexcoders] FDS with Java Question: Why is it grouping requests?

2007-02-26 Thread Dimitrios Gianninas
Maybe u need to call revertchanges() after the fault occurs to put everything back the way it was and then allow the user to delete the other record of his choosing. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com