[web2py] how to turn off caching for ajax() function calls.

2016-09-14 Thread Anthony
Not sure what you mean by caching. If your Ajax call updates data on the server but doesn't do anything on the client, then nothing will change on the page. We'll need to see some code to help. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.c

[web2py] how to turn off caching for ajax() function calls.

2016-09-14 Thread MarkEdson AtWork
I am trying to update the val() in table data elements on a page. The call updates the text but the updates do not display in the browser. If I inspect the element the old text is still there but when I refresh the page the new text shows up. This behaves as though the initial values returned