Re: [web2py] Re: please help me test new form API

2011-08-22 Thread Bruno Rocha
I just realized another benefit, for some reason you can create and validate/store forms directly in views. {{=SQLFORM(db.auth_group).process()}}

Re: [web2py] Re: please help me test new form API

2011-08-16 Thread Anthony
It still uses request.vars and session -- it just doesn't require you to explicitly pass them as arguments (if you don't pass them, it uses current.session and current.request.post_vars). Anthony On Tuesday, August 16, 2011 9:10:40 AM UTC-4, Richard wrote: > Hello, > > Since process() not req

Re: [web2py] Re: please help me test new form API

2011-08-16 Thread Richard Vézina
Hello, Since process() not require request.vars and session does it make things faster? And if so, could it be percetible? Thanks Richard On Mon, Aug 15, 2011 at 3:56 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > I agree with you that having three ways to do the same thing is n