Hi, I have some ajax link in a page that are used to select items in a
list (the items are stored in an ArrayList on the server).
It works fine with any browser. But from this page if I click on a
BookmarkableLink  to another page and after click on the back button
of my browser, when clicking on the AjaxLink of my first page, I got a
"Page Expired" with Firefox 2, but not with IE6.

I think a possible reason is that IE makes a new HTTP request to get
the page, and Firefox uses the page from it's cache without requesting
the server. But how can I handle that with Wicket ?

thanks

Matthieu

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to