Hi,
I would like to disable browser caching of certain pages. What is the simplest way to to do this? Right now I am removing the page from the pagemap after form submit, but the browser still goes back and only resubmission is prevented. Using the HTML expire tag is an option but it is probably better to use an HTTP header instead. How is this done using wicket? Cheers Erik
