[web2py] Re: search_widget error: 'str' object has no attribute 'get'

2016-05-18 Thread Adam Drzewiecki
Thanks Anthony for your reply. Greetings Adam W dniu środa, 18 maja 2016 14:15:00 UTC+2 użytkownik Anthony napisał: > > On Wednesday, May 18, 2016 at 6:22:50 AM UTC-4, Adam Drzewiecki wrote: >> >> Hi everybody, >> >> I have some problem with my search_widget. >> I would like to create search_widg

[web2py] Re: search_widget error: 'str' object has no attribute 'get'

2016-05-18 Thread Anthony
On Wednesday, May 18, 2016 at 6:22:50 AM UTC-4, Adam Drzewiecki wrote: > > Hi everybody, > > I have some problem with my search_widget. > I would like to create search_widget with less fields, but i get > error: 'str' object has no attribute > 'get' > > My code: > search_options = {'string': ['=

[web2py] Re: search_widget error: 'str' object has no attribute 'get'

2016-05-18 Thread Adam Drzewiecki
I think, that this line makes troubles: File "C:\prg\src\tools\vmman\gluon\sqlhtml.py", line 1889, in search_menu W dniu środa, 18 maja 2016 13:37:09 UTC+2 użytkownik villas napisał: > > I wonder whether this is causing the problem: > > sqyhtml.py line 2513 > form = search_widget a

[web2py] Re: search_widget error: 'str' object has no attribute 'get'

2016-05-18 Thread villas
I wonder whether this is causing the problem: sqyhtml.py line 2513 form = search_widget and search_widget(sfields, url()) or '' Does that line make any sense? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code)