Nope. In routes.py I have: routes_onerror = [ ('myapp/400' , '/myapp/error/index'), ]
which correctly catches the error In \myapp\views\error\index.html I have request.vars.requested_uri-- {{=request.vars.requested_uri}}<br> which renders as: request.vars.requested_uri-- None What am I doing wrong? Karl On Dec 23, 7:02 am, mdipierro <mdipie...@cs.depaul.edu> wrote: > it should be in request.vars.requested_uri > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.