IVINH Wed, 16 May 2012 18:17:13 -0700
Hi all, Why not write code like this? (It can not redirect)
In my default control: def index(): try: redirect(URL(f='user',args=['login'])) except: raise HTTP(400)