def index():
if request.args(0) == 'a':
response.view = 'default/a.html'
if request.args(0) == 'b':
response.view = 'default/b.html'
....
....
- [web2py] What if i want 2 views for the same controller... António Ramos
- Re: [web2py] What if i want 2 views for the same c... Richard Vézina
- Re: [web2py] What if i want 2 views for the sa... António Ramos
- [web2py] Re: What if i want 2 views for the same c... Anthony
- Re: [web2py] Re: What if i want 2 views for th... Richard Vézina
- [web2py] Re: What if i want 2 views for the same c... Rufus
- [web2py] Re: What if i want 2 views for the sa... Rufus
- Re: [web2py] Re: What if i want 2 views fo... Angelo Compagnucci
- Re: [web2py] Re: What if i want 2 view... António Ramos
- Re: [web2py] Re: What if i want 2... Bruno Rocha
- Re: [web2py] Re: What if i wa... António Ramos
- Re: [web2py] Re: What if i want 2... Anthony

