Thanks. I must be more trusted in web2py!
On Nov 12, 3:16 pm, mdipierro <[email protected]> wrote: > crud.settings.update_next = URL(c=request,f='select') > > should be > > crud.settings.update_next = URL(r=request,f='select') > > or > > crud.settings.update_next = URL('select') > > On Nov 12, 6:52 am, leone <[email protected]> wrote: > > > > > > > > > Hi, > > peraphs a bias in > > > def mycontroller(): > > crud.settings.update_next = URL(c=request,f='select') > > return dict(crud=crud.update(db.balance, request.args(0))) > > > that redirect to: > > >http://.../../<Storage%20{'function':%20'update',%20'body':%20<cStringIO.StringO%20object > > %20at%200x9ea60e0>,%20'wsgi':%20<Storage%20{'start_response':%20<function%2 > >0<lambda>%20at%200x9f890d4>,%20'middleware':%20<function%20<lambda>%20at%20 > >0x9f8910c>,%20'environ':%20{'wsgi.multiprocess':%20False,%20'HTTP_COOKIE':% > >20'rootCA=.... > > > Bye > > leone

