Hello, I need the help of some web2py guru...

I'm developing an application where I have to add and modify couples of 
people. So I've defined a table called "person", and a table called "pairs" 
which have two fields related to "person".
I need to show a form to add/edit couples (so adding/editing in the same 
form two persons with only one submit button)   and I'm lost in the 
interface.
My first thought was using 
http://www.web2py.com/book/default/chapter/07#One-form-for-multiple-tables , 
but I can not use it to create the form because I have to add at the same 
time two records for the table person.

I'd like to use the web2py automatic validation comprobations based on the 
requirements the fields have in their table definitions.

Any ideas on how to deal with this problem ?

Thanks in advance

Reply via email to