I've got a couple of pages which display data that changes often and I want
to be sure that when a user hits refresh they get a fresh new copy of that
page.  Unfortunately, if I've used setResponsePage(new MyPage(params); to
get to these pages, then a refresh does not update the data, while hitting
the back button and resubmitting or clicking a link to the bookmarkable page
does.

Is there a way I can simply exempt these pages from the cache using wicket
1.3.7?

Thanks,
Loren

Reply via email to