[web2py] Re: ajax modal not working anymore with 1.81.5

2010-07-26 Thread web2py noob
Yeah! now works, thanks professor :) On 26 jul, 05:39, mdipierro wrote: > I am surprised it ever worked. > > DIV(LOAD(request.controller,request.action,args=request.args, >                      vars=dict(_ajax_add=field),ajax=True),_id='TB_%s' > % key,_class='hidden')) > > should have been > > DI

[web2py] Re: ajax modal not working anymore with 1.81.5

2010-07-26 Thread mdipierro
I am surprised it ever worked. DIV(LOAD(request.controller,request.action,args=request.args, vars=dict(_ajax_add=field),ajax=True),_id='TB_%s' % key,_class='hidden')) should have been DIV(LOAD(request.controller,request.function,args=request.args, vars=d