as a bonus, in the case of my problem, I don't even need to tag requests with a uniqid or serial, as I know that I'm only interested in responses to requests where the search string was the same as the current form field value.
On Mar 20, 9:26 am, Szymon Wilkołazki <[email protected]> wrote: > > The better approach is to identify each request with some unique id, > maybe a serial number, and check if the response you just received is > the response for the last sent request. If the responses are > deterministic, then parameters of request are sufficient id, if not, > then you need a unique identifier. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
