I am a new wicket user, and have been trying to develop an application for the past few weeks. What I initially did was to use some databinder API to fetch persistent objects, and heavily using AJAX to refresh parts of pages rather than reloads. Now I'm having an issue with back button. Let's say I'm on Page A. This page is refreshed thru AJAX calls many times and the original contents are long gone. Now I go to a new page, page B, and from there press back button. Now page A is present on the browser, but apparently its contents have been overwritten, since as soon as I do a back button, I get this exception :
component XXXXXX not found on page A (basically XXXXXX is the component that was loaded the 1st time - and was later replaced by other components) The browser seems to be bringing up the html-based content of page A when it was loaded the 1st time around. Of course I have since over-written its contents through AJAX calls. Now how do we bring back a page that has been AJAX updated but not refreshed by the browser? thanks in advance, jeff -- View this message in context: http://www.nabble.com/Back-button-problem-tp16313414p16313414.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]
