[web2py] Re: Problem using grid after crud

2015-01-12 Thread Cássio Botaro
Grid when you click on add record or other function you call this: http://127.0.0.1:8000/teste/default/test_bug/new/t_test when you do this, the request.args(0) is new then the crud fails. grid uses vars keywords = query here example: keywords=id=1 -- Resources: -

[web2py] Re: Problem using grid after crud

2015-01-10 Thread Konstantin Fadeev
https://lh4.googleusercontent.com/-oiNvwgidljw/VLEEKGeyu4I/C2I/QUCMxdozIxI/s1600/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%2B%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%2B%D0%BE%D1%82%2B2015-01-10%2B13%3A48%3A57.png

[web2py] Re: Problem using grid after crud

2015-01-09 Thread Cássio Botaro
First, crud is deprecated. it exists only for backyard compatibility. Second, what you want to do? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You