Re: How reliable is using Ajax?

2007-06-21 Thread Aidas Bendoraitis
Have you restarted your webserver after updating your views? If you are using mod_python, it sometimes shows a newer version of the code and sometimes - the earlier. Also install Firebug add-on for your Firefox browser and check the requests and responses. It might show you the problem. AJAX is

How reliable is using Ajax?

2007-06-11 Thread [EMAIL PROTECTED]
I have been tinkering with Ajax today, based on this tutorial: http://www.b-list.org/weblog/2006/07/31/django-tips-simple-ajax-example-part-1 I've noticed that my form submission seems to randomly fail ... the line var response_obj = eval('(' + o.responseText + ')'); errors out in my