On Wed, Dec 30, 2009 at 3:17 PM, mdipierro <mdipie...@cs.depaul.edu> wrote: > Please try 1.74.4 before I look into this more.
I get the same problem with 1.74.4. I've just reproduced this with a new application using appdamin I also get the select tag. I would say this is a bug. The reproduction code is: db.define_table('account', Field('name') ) db.define_table('oppty_main', Field('name'), Field('origin_account_id', db.account, readable=False, writable=False), ) db.oppty_main.origin_account_id.requires=IS_IN_DB(db, 'account.id', '%(name)s') Miguel -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@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.