I'm trying to record (globally on the entire site) all Ajax requests made with prototype Ajax.Request. I can do this by wrapping a method around it, but i was wondering if it is possible to record url and all parameters in any of the Responders that i registered globally. I was trying to get anything in any of the methods registered as a responder for onSuccess, onComplete and so on but no luck. if i define a function that takes one parameter as it's usually done when doing Ajax.Request, this does not work in the responders. Is there a way to do this wihout wrapping a method around Ajax.Request, perhaps there is a better other way i haven't though of.
thanks (great piece of code btw). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
