[web2py] Re: Back link contains unexpected value

2013-07-07 Thread Anthony
The grid creates the back button links based on the URL of the grid action itself, but it stores the referrer URL in session._web2py_grid_referrer_web2py_grid (if you use a custom formname for the grid, that last "web2py_grid" is replaced with the formname). So, in your grid action, before crea

[web2py] Re: Back link contains unexpected value

2013-07-07 Thread Niphlod
Don't know if its related, but NEVER use fixed strings as href urls your '../whatever/whatever' can get really messy soon (probably it just has ^_^) real quick. Use always URL() to generate urls. If this doesn't fix it, please pack a minimal app to reproduce the error... On Saturday, July