Good point. Also that is the rule of thumb for we applications.
A request that can make a change to a resource should be a POST. A request to access a resource should be a GET. On Thursday, April 12, 2012 8:15:09 AM UTC-4, villas wrote: > > My conclusion is that it is better to submit search forms with GET. > Not only does it seem to avoid this problem, it allows users to bookmark > searches. > I create the search form with SQLFORM.factory and usually use > keepvalues=True so that the user can keep his previous choice. > I hope this is relevant for you. > Best Regards, > David > > On Wednesday, 11 April 2012 22:07:50 UTC+1, DJ wrote: >> >> Hello W2People, >> >> This may be a simple setting that I am unaware of - how does one retain >> the database search results when you click the Back Button on the browser >> without having to refresh the page and confirming? >> >> Thank you, >> Sebastian >> >

