That's what I tried, but the page wasn't there :( But, I updated to wicket 1.2.7 and now it is working better... I still getting the page expired but only when click on back and next a lot of time...
Thank you for your help! On Tue, Apr 29, 2008 at 3:16 PM, Johan Compagner <[EMAIL PROTECTED]> wrote: > Just test the pagemap accessstack what exactly happens. > > Place a few breakpoints there, if you press the backbutton, then ie > does a call to the server an ff doesnt? But that shouldnt be to much > of a problem. That page just should be there. > > > > On 4/29/08, Marco Aurélio Silva <[EMAIL PROTECTED]> wrote: > > I put a breakpoint on Wicket.Session > > on method > > public final Page getPage(final String pageMapName, final String path, > > final int versionNumber) > > > > It seems Firefox is nothing making a request when I navigate with back > > and forward button. On IE the call to this line: > > > > Page page = pageMap.get(Integer.parseInt(id), versionNumber); > > > > the page returns null, that's why I got the page expired :/ > > > > Any suggestion? > > > > > > > > On Tue, Apr 29, 2008 at 9:35 AM, Marco Aurélio Silva <[EMAIL PROTECTED]> > > wrote: > > > Move to 1.3 now is not an option.... :( > > > > > > > > > > > > On Mon, Apr 28, 2008 at 5:55 PM, Johan Compagner <[EMAIL PROTECTED]> > > wrote: > > > > Dont know why it is different in ie compared to ff, but do upgrade to > > > > 1.3 because then page expired are pretty much none excistent. > > > > > > > > > > > > > > > > On 4/28/08, Marco Aurélio Silva <[EMAIL PROTECTED]> wrote: > > > > > Hi All > > > > > > > > > > I'm using wicket 1.2.6 and I'm having problems with back button on > > IE. > > > > > I can go back with back button of browser, but when I try to go > > > > > forward, I get a Page Expired. The log is set to debug, but I can't > > > > > find anything in log file to help me find out what is causing > this. > > I > > > > > don't know if there is a problem in my code because in Firefox I > can > > > > > navigate back and forward with browser buttons without any problem. > > > > > > > > > > My doubt is where should I look to found the problem? > > > > > > > > > > Thanks in advance! > > > > > > > > > > Marco > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Sent from Gmail for mobile | mobile.google.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
