Try my models in your own code, I have the multiple=True specified, which technically should allow for a study to have multiple rooms right?
However when the form is submitted, it throws an TypeError exception, because it seems to be returning a list when it seems to be expecting and ID? But a list of room is what I want stored in the DB. -Thadeus On Thu, Sep 17, 2009 at 4:52 PM, Yarko Tymciurak <[email protected]> wrote: > ou update one table (e.g. book section 6.9, p.190 - db.person), then ... > give an example of what you want to do? > If you want to have a form to enter a person (owner) name, for example, and > let them list the dogs they own, this is two forms (logically) and a > controller will fill out the relationship table (not the form). > > But maybe I am not quessing at your question > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

