Which  web2py version?

On Dec 25, 3:38 am, kbochert <[email protected]> wrote:
> 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 <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to