[web2py] Re: is_gae in AutoComplete widget is not set on GAE devserver

2014-07-20 Thread genadij razdorov
Yes it works. Thanks for your help. On Wednesday, July 9, 2014 2:08:04 PM UTC+2, Massimo Di Pierro wrote: > > Can you check if the fix in trunk works for you? Thanks for reporting this > problem. > > On Tuesday, 8 July 2014 07:26:13 UTC-5, genadij razdorov wrote: >> >> It seems that >> if is_gae:

[web2py] Re: is_gae in AutoComplete widget is not set on GAE devserver

2014-07-09 Thread Massimo Di Pierro
Can you check if the fix in trunk works for you? Thanks for reporting this problem. On Tuesday, 8 July 2014 07:26:13 UTC-5, genadij razdorov wrote: > > It seems that > if is_gae: > > > in gluon.sqlhtml.AutocompleteWidget.callback is not set properly on GAE > devserver. If I change that line with