Hi All,

A am experiencing  some wired behavior, every few pages wicket (1.2  
and 1.2.1rc1) redirects to expired page. During this the session  
stays active and I can go to the home page without having to login  
again. This behavior is not deterministic (it happens when I go do  
different pages), but it looks like it is related to how ajax  
requests are handled. When I remove all ajax behaviors, the problem  
seams not to occur anymore.
The redirect comes from DefaultRequestTargetResolverStrategy, method  
resolveRenderedPage. This method tries to retrieve the page from the  
session, but the PageMap in the session does not contain it, so  
expired page is returned. I don't explicitly use any page maps in the  
application.

Does someone have he same issue? Could this be related to ajax? Dose  
someone have more (high level) information how page/page maps are  
handled in the session or have tips how to debug this in the best way?

Appreciative for any tips,

Adam



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to