[web2py] Routes.py parameter, rewrite rules and redirect

2012-04-02 Thread Joseph.Piron
Hi all, For one of my applications, I use web2py as a rest backend for a extjs application. So, in order to redirect to this app, I have def index(): example action using the internationalization operator T and flash rendered by views/default/index.html or views/generic.html

Re: [web2py] Routes.py parameter, rewrite rules and redirect

2012-04-02 Thread Jonathan Lundell
On Apr 2, 2012, at 2:57 AM, Joseph.Piron wrote: For one of my applications, I use web2py as a rest backend for a extjs application. So, in order to redirect to this app, I have def index(): example action using the internationalization operator T and flash rendered by