[web2py] Re: redirection question

2010-10-04 Thread Alex
Have you thought about maybe looking into the AJAX calls that are available? That way, the page won't postback. You can call a controller to do whatever you need with the data from the form. Otherwise, I can't see an easy way without somehow saving the state of where the page was called from (me

[web2py] Re: redirection question

2010-08-25 Thread howesc
i usually hard-code where i want the form to go after accept, but it sounds like this does not work for you. what about appending a var to the url that is where to go after: http://foo.com/app/meetings/editmeeting/123?redir=app/home would that work for you? (i have not tested if the var persists