btw, gere is an interesting point, where IE and Firefox differ from each other. If you click the back-button of Firefox the page does not reload but is loaded from cache.
http://blog.httpwatch.com/2008/10/15/two-important-differences-between-firefox-and-ie-caching/ maybe cache-control should be changed to: "Cache-Control: no-cache, no-store, max-age=0, must-revalidate" in org.apache.wicket.markup.html.WebPage.setHeaders(WebResponse) should i open a JIRA? davidqz wrote: > > > My understanding is that when a page is refreshed, each Wicket componet on > a page calls its getObject to update content. Does the Back button get the > getObject method called too? > > > > -- View this message in context: http://old.nabble.com/301-redirect-tp27642826p27684063.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
