On Friday, August 5, 2011 3:38:57 PM UTC-4, Jim S wrote:
>
> Thanks Anthony - should I be able to see that executing in firebug
> somewhere? I tested first by putting an alert in response.js and it
> worked. However, when I try to call my resize function I can't see it
> firing through firebug. Thoughts?
>
Hmm. Here is where response.js is handled on the client side:
http://code.google.com/p/web2py/source/browse/applications/welcome/static/js/web2py_ajax.js#81.
web2py puts the response.js into the web2py-component-command header, and it
is then eval'ed (in line 81) after the component ajax call completes. Not
sure why it's not working for you.
Anthony