In my example with 2 tables, table1 and table2, and one form, the form
only populates some of the fields in tables1 and 2. The rest of the
fields are ignored (to be filled out at a later date once more info
has been collected). However, these other fields have validators that
complain and tack on their error messages onto form.errors.
Consequently, the form.accepts fails.

Is the only way to ignore these other fields to do the trick thing
described by Iceberg
(db.table1.field1.readable=db.table1.field1.writable=False), or is
there a cleaner way, like giving a list of fields? In my particular
case, I'm using SQLFORM.factory and custom forms in my html.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to