Hi.
OK, so I've worked out I can use the 'always' method rather than the 'then' method to trigger the callback even if one of the individual deferreds returns an error, but I still cannot access the other (successful) results in the callback?
Do I need separate callbacks?
Again, DeferredList would return an array of results the same length and in the same order as the array that was supplied.
You could then filter out any errors and process the successful results, knowing for example that item 4 in the array of results corresponded to item 4 in the array of individual deferreds supplied to DeferredList.
Can anyone help?
Thanks, Richard