Re: [Wicket-user] Modal Window and Page Expired - SOLVED

2007-07-20 Thread Laurent Brucher
Ok, my bad... Cutting out the details, the page that included a ref to the modal window had a piece of javascript, which generated an IMG tag with a src attribute starting with a '#' (this is some code ported from a JSF version of the application). The browser was then trying to fetch the page

Re: [Wicket-user] Modal Window and Page Expired - SOLVED

2007-07-20 Thread Igor Vaynberg
On 7/19/07, Laurent Brucher [EMAIL PROTECTED] wrote: Ok, my bad... Cutting out the details, the page that included a ref to the modal window had a piece of javascript, which generated an IMG tag with a src attribute starting with a '#' (this is some code ported from a JSF version of the

Re: [Wicket-user] Modal Window and Page Expired - SOLVED

2007-07-20 Thread Matej Knopp
Problem is that we evict it also on refresh. But then you still can go to the page B. Anyway, there are more problems then this with HttpSessionStore. I think that upgrade to 1.3 is really recommended, as the default SecondLevelCacheSessionStore doesn't suffer from this problem any more. -Matej