[web2py] Question about many to many forms

2012-01-16 Thread Thiago Magro
Hello everyone, I have a question with forms for many to many relations and I just cant find the answer. Its possible to have forms inside forms? For example: I have a model Food that has inside a lot of components(nutrients). So Food has many components. Is there any chances that I could create

Re: [web2py] Re: Auth user custom update

2012-01-11 Thread Thiago Magro
Worked! Thank you very much Anthony! On Wed, Jan 11, 2012 at 11:54 AM, Anthony wrote: > After processing the form, try: > > auth.user.update(form.vars) > > auth.user is just a (dictionary-like) Storage object, so you can update it > like any dictionary. Note, if form.vars includes some variab