[web2py] Re: Passing Your Own Dictionary to form.accepts

2011-03-26 Thread Lennon
Yup, that fixed it. Thanks! On Mar 26, 5:26 pm, Massimo Di Pierro wrote: > use > > if form.accepts(formvars,dbio=False,formname-None) > > else iit expects a formname key in the formvars. > > On Mar 26, 3:36 pm, Lennon wrote: > > > > > > > > > I was under the impression that you could pass your

[web2py] Re: Passing Your Own Dictionary to form.accepts

2011-03-26 Thread Massimo Di Pierro
use if form.accepts(formvars,dbio=False,formname-None) else iit expects a formname key in the formvars. On Mar 26, 3:36 pm, Lennon wrote: > I was under the impression that you could pass your own dictionary to > form.accepts but in the code below it neither accepts correct values > nor returns