Re: [Wicket-user] Page expired problem

2006-07-08 Thread Iman Rahmatizadeh




Hmmm, I remember having such problems
before. The problem was with firefox generating invalid requests
because of a bad script in my page. Look at
(http://www.wicket-wiki.org.uk/wiki/index.php/Best_Practices_and_Gotchas)
to read about it. However, what we can do here is see what exactly is
causing your problem. Try to make a small quickstart app containing
your problem and send it here so we could see what we can do. 

Iman 




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-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Page expired problem

2006-07-07 Thread Adam Smyczek
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-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user