Is it possible to edit a parent + child model as a single form and automatically create both the parent and respective children in the database.
As an example, say I have a Person model and the person can have multiple Addresses. Is it possible to create a Person and add several addresses on a single form at the same time. Out of the box with Web2Py I know this is not possible but as it is a common situation I'm sure someone has already solved this particular problem. Many Thanks in advance for any help. Portly.