Problem is that your browser is caching a wrong version of DOM tree. You need to serve the pages with Cache-Control: no-store to force browser reload the page on back button. See WebPage#setHeaders(WebResponse response).
-Matej On Fri, Feb 15, 2008 at 6:14 PM, cemeterygate <[EMAIL PROTECTED]> wrote: > > I am using AjaxSelfUpdatingTimerBehavior to refresh the search result panel. > I go to one of the search result, then hit back button, the search result > panel is disappear. I thought back button is supported by wicket natively, > but appearantly it doesn't in this case. So, what's the work around folks. > please help. Thanks > -- > View this message in context: > http://www.nabble.com/back-button-issue-with-AjaxSelfUpdatingTimerBehavior%2C-anyone-had-the-same-problem--tp15503953p15503953.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] > > -- Resizable and reorderable grid components. http://www.inmethod.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
