[web2py] Re: Two fields with autocomplete in a single form fail

2011-07-21 Thread Jim Karsten
This was posted awhile ago but in case anyone else runs into this, the problem is the cities and categories fields have both the same name 'name'. The AutocompleteWidget *keyword* property gets set to the same value. The solution is to provide distinct *keyword* arguments. Field('city',

[web2py] Re: Two fields with autocomplete in a single form fail

2011-05-24 Thread annet
Hi, Have you been able to solve this problem? I had the same problem: http://groups.google.com/group/web2py/browse_thread/thread/b7c4b87444718e59/6cf267534775f128?q=#6cf267534775f128 I eventually solved it by using a third party auto complete widget, apparently it's a naming issue. Kind