You have found a bug.

The problem is that identical field names are being generated in the form 
for both Relation fields:
<input autocomplete="off" class="string" id="Relation_contact" 
name="_autocomplete_Person_name_aux" ...
<input autocomplete="off" class="string" id="Relation_name" 
name="_autocomplete_Person_name_aux" ...
<input id="_autocomplete_Person_name_auto" name="name" type="hidden" 
value="" />
<input id="_autocomplete_Person_name_auto" name="contact" type="hidden" 
value="" />



-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to