thanks, pbreitenbach for your ref, but, i want to create header and detail form is on the same page, that can be submit simultaneously on the same time.
best regards, steve van christie On Mon, Apr 18, 2011 at 12:04 AM, pbreit <[email protected]> wrote: > I'm not sure I understand. That is very common. An example from the book > Overview: > > > db.define_table('image', > Field <http://web2py.com/book/default/docstring/Field>('title'), > > Field <http://web2py.com/book/default/docstring/Field>('file', 'upload')) > > db.define_table('comment', > Field <http://web2py.com/book/default/docstring/Field>('image_id', > db.image), > > Field <http://web2py.com/book/default/docstring/Field>('author'), > > Field <http://web2py.com/book/default/docstring/Field>('email'), > > Field <http://web2py.com/book/default/docstring/Field>('body', 'text')) > >

