Re: [web2py] Quick SQLFORM.factory question

2011-02-28 Thread contatogilson...@gmail.com
if form.acceps(request.vars,session): (...) else: (...) _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/28 Lennon > I think I must be missing something obvious. > > The form displays correctly and populates with the record/data

[web2py] Quick SQLFORM.factory question

2011-02-28 Thread Lennon
I think I must be missing something obvious. The form displays correctly and populates with the record/data that I want it to populate with. But when I hit the submit button, it won't run the code under "if form.accepts". It just reloads the page with the same form and record and no insert has b