On 12/08/2011 07:12 PM, Cliff wrote:
Vincenzo,Does it still blow up if you comment out these three lines? id = db.users_categories.insert(**db.user_categories._filter_fields(perm_form.va rs)) id = db.users_dictionaries.insert(**db.user_dictionaries._filter_fields(perm_for m.vars)) response.flash='Thanks for filling the form'
Yeah. it's related to the multiple=True... i've the same problem in database administration if i try to add a single users_dictionary or users_categories entry.
I'm now trying to fix it using SQLFORM.factory with a custom configuration so i can have more control in storing the submit the right way, do you know any better way?
thanks -- Vincenzo Ampolo http://vincenzo-ampolo.net http://goshawknest.wordpress.com

