I've found something on the subject. web2py.js function web2py_component time and times arguments and the code related with js timing were not included in the last version of the script. I think this should be fixed for backwards compatibility (LOAD at compileapp.py builds web2py_component commands with those arguments). Should I submit a patch for this?.
On Saturday, May 5, 2012 8:23:26 PM UTC-3, Alan Etkin wrote: > > I am having trouble using the LOAD timing features i.e: > > LOAD(f="action.load", timeout=1000, times="infinity", ajax=True) > > The component is loaded just the first time and it should keep reloading > it on each second. > > I've tried the command with the last trunk hg version. Anyone with the > same issue? > > The system info: > web2py Version 1.99.7 (2012-05-05 09:00:54) dev (with rocket web server) > Browser: Firefox 10.0 > OS: Mandriva GNU/Linux 2010.2 > >

