if you're not using load the page refreshes entirely after a submission. the behaviour now is to redirect to #, so you see the "switch" from /foo/1 to /foo/1# . Inspect it with your preferred "developers tools", you'll see a POST and a redirect
On Wednesday, March 20, 2013 7:10:01 AM UTC+1, Alec Taylor wrote: > > (I'm using SQLFORM) > > Currently all I get is my `response.flash` message and the URL changes > from: "http://localhost/foo/1" to "http://localhost/foo/1#". > > Instead I want the whole page to refresh so the changes the user made > propagates. > > I do not want to use LOAD. > > How do I refresh the page on successful form submission? > > Thanks for all suggestions, > > Alec Taylor > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

