[web2py] Re: [Web2py] redirect doesn't work with 'tab' as var name

2015-03-25 Thread weheh
What does your controller do with the tab var? On Tuesday, March 24, 2015 at 8:14:54 PM UTC-7, Phillip Parente wrote: In controller, redirect is not working with 'tab' as var name: redirect(URL('mycontroller', 'index', vars={'tab':'DF03'})) is not working redirect(URL('mycontroller',

[web2py] Re: [Web2py] redirect doesn't work with 'tab' as var name

2015-03-24 Thread Massimo Di Pierro
Definitively not a bug in web2py. Add a print request.env.path_info in your app to see what is really going on. On Tuesday, 24 March 2015 22:14:54 UTC-5, Phillip Parente wrote: In controller, redirect is not working with 'tab' as var name: redirect(URL('mycontroller', 'index',