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

2015-03-24 Thread Phillip Parente
In controller, redirect is not working with 'tab' as var name: redirect(URL('mycontroller', 'index', vars={'tab':'DF03'})) is not working redirect(URL('mycontroller', 'index', vars={'tab2':'DF03'})) works fine Is that a bug? Phillip -- Resources: - http://web2py.com -

[web2py] redirect with var name 'tab' doesn't work

2015-03-24 Thread Phillip Parente
Hello Guys, redirect with var name 'tab' doesn't work: redirect(URL('mycontroller', 'index', vars={'tab':'DF03'})) Is that a bug? redirect(URL('mycontroller', 'index', vars={'tab_with_another_string':'DF03'})) works fine! Thanks, -- Resources: - http://web2py.com -