I have a situation where I have an array of arbitray length consisting
of keywords.

For each keyword, I fire off a doSimpleXMLHttpRequest().

I then use DeferredList() to create a list of all the Deferred objects
and I add a callback.

Now my problem is, how do I know from my callback function that the
result comes from the seventh request I made, or the ninth, etc.?

This is because I need to possibly modify one of the keywords in the
array I used to orginally generate the requests. So I need to be able
to relate the keyword to the request result.

Thanks for any clarification. Everything else works great. I've done a
lot of looking and I just can't get it.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to