I seem to be having a refresh problem with the main page of my wicket application. I am displaying a number of panels that are wrapped in a ListView. The contents of each panel is build up from the database.
If I refresh the page with either (F5 or clicking the refresh button, or holding down shift+refresh button), then it works fine, for a little while (15 min if I had to guess). After that, if I take any action to refresh the page, then it doesn't refresh the page. However, if I close the current tab, and open a new tab, then the updated data is displayed. I am guessing that either the page and/or session times out, and Firefox does not refresh the page properly. I did consider placing a meta-refresh tag in the page, which would refresh the page every 5 minutes or so. - wicket 1.2.6 - tomcat 5.5.20 - hibernate 3.2 - spring 2.0.7 Any suggestions would be welcome -- View this message in context: http://www.nabble.com/Firefox-%3A-Refresh-problem-tf4798170.html#a13727041 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
