>From my use of the crud.select, I found it needed to be:
headers={'name':'Name'}
(Field name only, not table name)On Nov 23 2009, 9:33 pm, annet <[email protected]> wrote: > Massimo, > > On page 218 of the web2py manual it says: > > headers={'person.name', 'Name'} > > That should read like: > > headers={'person.name':'Name'} > > Kind regards, > > Annet
-- 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.

