2009/3/11 Richard Quadling <rquadl...@googlemail.com>:
> The response does not have access to the request. I created the ticket
> for this a long time ago, but I can't establish if there is any
> memleak when the response includes the request.
>
> http://dev.rubyonrails.org/ticket/9691
>
> Over a year old ticket.
>

This is response to "- How can a callback access the 'parameters'
which were set for the
request? Can it even?".

Typing this in the Firebug console ...

new 
Ajax.Request('http://www.prototypejs.org',{onSuccess:function(){console.debug(arguments);}})

and then looking at the console output. No reference to the request
and therefore the params.


>
> 2009/3/11 Jonny Nott <jonn...@gmail.com>:
>>
>> Thanks for that link Alex.
>>
>> However, as I've tried to proceed with this, I keep coming back to
>> needing answers to my two original questions. Can anyone assist?
>>
>> The questions:
>>
>> - Which callback will allow me to intercept Ajax.updater at this
>> point? Will this even work with Ajax.updater, or do I need to use
>> Ajax.request and update the contents of the select box element
>> manually if the condition for doing so are met?
>> - How can a callback access the 'parameters' which were set for the
>> request? Can it even? Will I need to duplicate 'match' into some local
>> variable - and even then how will the anonymous callback function get
>> at it?
>> >>
>>
>
>
>
> --
> -----
> Richard Quadling
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> "Standing on the shoulders of some very clever giants!"
>



-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to