On Friday, September 9, 2011 2:47:07 PM UTC-4, Luca wrote: > > It's simple things, like, what if I have to insert a couple of records in > two database tables, due to the same form submission? >
http://web2py.com/book/default/chapter/07#One-form-for-multiple-tables > All the auto-mechanisms deal with the simple cases, but in Django it was a > bit easier to figure out how to access e.g. the 'cleaned' (validated, > reformatted) fields of an accepted form. > Hmm, the very first section of the Forms chapter explains how to access the post-validated form values: http://web2py.com/book/default/chapter/07#FORM. Is it not clear, or did you miss it? Anthony