Great, this really works. Thank you many many many times.

Michael Jouravlev wrote:
Mozilla/Firefox needs "no-store" or ("no-cache" and SSL) to reload a
page on Back. MSIE is ok with "no-cache".
http://forums.mozillazine.org/viewtopic.php?t=194821&highlight=
Opera does not care about either, they say that chapter 13.13 of HTTP
1.1 spec requires that page history should display resources how they
were, without reloading them. I can understand the idea of Opera
developers and maybe they implement HTTP spec closer to the book, but
it ruins my idea of web islands ;)

I use the following settings (all three of them):

// For HTTP 1.0
response.setHeader("Pragma", "No-cache");
response.setDateHeader("Expires", 1);

// For HTTP 1.1
response.setHeader("Cache-Control", "no-cache,no-store,max-age=0");

Michael.

On 7/14/05, Matej Knopp <[EMAIL PROTECTED]> wrote:

Actually, there is some versioning still there. But if you
turn of default versioning (via Application.getSettings ()), it works
well. (resembles web islands behavior).
Shouldn't be all versioning turned off for hangman?


Btw. I tried another thing - add these headers to hangman

Cache-Control: must-revalidate
Pragma: no-cache
Expires: -1

but it didn't help. No page reload on back button (using firefox). Does
anyone know what else might help to force browser reload the page on
back button?

Eelco Hillenius wrote:

Yes, for hangman we explicitly turned of versioning (I think after your
comment on Jonathan's site), so you couldn't cheat anymore.

Eelco


If I submit a letter that was already used, nothing happens, a view
corresponding to current state is rendered. So, Wicket already behaves
as I like ;)

Michael.

Also, Hangman is not initialized when you click "Start Hangman". This
is a bug, because *this* is a place where it should be reset.


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar
happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted
by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar
happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to