--- In [email protected], "Tracy Spratt" <tr...@...> wrote: > > And if you do need to just send changed items, put a, "isModified" property > on the VO and set it when the data is updated.. I have never done anything like it, you think you can maybe, elaborate a little more? a little example, I'm kind of bad at theory. > > I pass all edits through a single function, and since I usually use xml, I > can set a datamodified="true" attribute on any changed node.
I use JSON so it better to put evrything on an array, maybe this approach can be used like that? > > When I send the data to the server, a function extracts the modified nodes > and builds an update xml structure. I think I could do that with the array decoded by json, that is... if I can manage to understand the whole idea. Please, could you maybe put some example code so I can make a better mind image of it? thanks.

