This seems to work: form = SQLFORM(db.item) if form.accepts(request.vars, session): response.flash = 'Item added.' redirect(URL('item', args=form.vars.id))
- [web2py] Re: curd.create redirect to created item on succ... pbreit
- Re: [web2py] Re: curd.create redirect to created ite... Jonathan Lundell