Hi Thiago, I managed to solve this problem eventually. (After nearly losing the will to live)
This is probably not the most elegant solution, but I set the following directives directly in the response header using a filter. pResponse.setHeader("Pragma", "no-cache"); pResponse.setHeader("Cache-Control", "no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0"); pResponse.setHeader("Expires", "-1"); I have tested this with IE7, Firefox and Google Chrome. My AJAX enabled pages now work nicely and the browser does not cache old data. Result! Thanks for taking the time to reply, it is much appreciated. Daniel -- View this message in context: http://www.nabble.com/T5---Zone-update-annoyance.-tp22680692p22708410.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org