Drop downs are only created for non-list requires, e.g.

 db.person.country.requires = [IS_IN_DB
(db,'country.id','country.name')]

should be

 db.person.country.requires = IS_IN_DB
(db,'country.id','country.name')

Denes.

On Apr 22, 1:57 am, dvid <d...@atlas.cz> wrote:
> Massimo,
>
> thank you for a blitz reply, the problem with insertion has been
> solved.  :)
>
> Please, have you any recommendation regarding the second thing - text
> input field instead of select box for foreign key?
>
> David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to