It's a bug -- already fixed in trunk. See https://groups.google.com/d/topic/web2py/HshCtke0xzI/discussion. Should work with ajax=True. Anthony
On Tuesday, July 19, 2011 3:03:53 PM UTC-4, sebastian wrote: > Hi All, > > I have a LOAD that was working fine with 1.96.last. I've just updated it to > 1.97.1 and now it throws an error: > > to reproduce it: > > in the view > {{=LOAD('default','crud_in_comp.load',ajax_trap=True)}} > > in the controller > > def crud_in_comp(): > return dict(crud=crud.create(db.auth_user,message=None)) > > any idea ? > > > > > > -- > Sebastian E. Ovide > > > > >