[web2py] Re: LOAD: ajax_trap errors... (still in 1.96.1)

2011-06-03 Thread ron_m
Verified fixed in 1.96.2

[web2py] Re: LOAD: ajax_trap errors... (still in 1.96.1)

2011-06-03 Thread Massimo Di Pierro
fixed. there was an unwanted comma in the code. On Jun 3, 3:16 am, "Sebastian E. Ovide" wrote: > tracked inhttp://code.google.com/p/web2py/issues/detail?id=284 > > > > > > > > > > On Fri, Jun 3, 2011 at 1:44 AM, ron_m wrote: > > I figured out the problem. The Javascript generated looks like this

Re: [web2py] Re: LOAD: ajax_trap errors... (still in 1.96.1)

2011-06-03 Thread Sebastian E. Ovide
tracked in http://code.google.com/p/web2py/issues/detail?id=284 On Fri, Jun 3, 2011 at 1:44 AM, ron_m wrote: > I figured out the problem. The Javascript generated looks like this: > > web2py_trap_form('('/app/default/testajax.load',)','c831268503949'); > > which is illegal because the single quo

[web2py] Re: LOAD: ajax_trap errors... (still in 1.96.1)

2011-06-02 Thread ron_m
I figured out the problem. The Javascript generated looks like this: web2py_trap_form('('/app/default/testajax.load',)','c831268503949'); which is illegal because the single quotes around the URL terminate the single quotes of the first parameter for web2py_trap_form It looks like a string '('