Re: Session timeout - AJAX-enabled controls

2009-12-02 Thread Bernard Lupin
: Could not find root ajax-response element, and for users nothing happens when clicking on AjaxLink's. Is it a way to solve this please ? Regards, Bernard -- View this message in context: http://old.nabble.com/Session-timeout---AJAX-enabled-controls-tp26422932p26611019.html Sent from

Re: Session timeout - AJAX-enabled controls

2009-12-01 Thread Bernard LUPIN
carlo.camer...@gmail.com Objet: Re: Session timeout - AJAX-enabled controls À: users@wicket.apache.org Date: Vendredi 20 Novembre 2009, 3h44 yes we also have this prob lem For example i use a wicket in dicating ajax button in our logi n page. If thne user doesn t click a link that moves

Re: Session timeout - AJAX-enabled controls

2009-12-01 Thread Bernard Lupin
, Carlo Camerino carlo.camer...@gmail.com a écrit : De: Carlo Camerino carlo.camer...@gmail.com Objet: Re: Session timeout - AJAX-enabled controls À: users@wicket.apache.org Date: Vendredi 20 Novembre 2009, 3h44 yes we also have this prob lem For example i use a wicket in dicating ajax

Re: Session timeout - AJAX-enabled controls

2009-12-01 Thread Igor Vaynberg
...@gmail.com a écrit : De: Carlo Camerino carlo.camer...@gmail.com Objet: Re: Session timeout - AJAX-enabled controls À: users@wicket.apache.org Date: Vendredi 20 Novembre 2009, 3h44 yes we also have this prob lem For example i use a wicket in dicating ajax button in our logi n page. If thne

Re: Session timeout - AJAX-enabled controls

2009-11-23 Thread David Matoušek
If it's implemented in 1.4 then it's enough for me, guess I will migrate to that version then. Thanks for help, everyone involved. David Matousek Carlo Camerino napsal(a): i have verified that this fix has already been implemented in 1.4 is there any chance that this would be backported

Re: Session timeout - AJAX-enabled controls

2009-11-22 Thread Carlo Camerino
i have verified that this fix has already been implemented in 1.4 is there any chance that this would be backported to the 1.3 branch? from what i understand, there would be no more releases for the 1.3 is this correct? 2009/11/21 Igor Vaynberg igor.vaynb...@gmail.com

Re: Session timeout - AJAX-enabled controls

2009-11-20 Thread David Matoušek
It was happening to me on Wicket examples page too. Especially on AjaxFallbackDataTable Example. ?wicket:bookmarkablePage=:org.apache.wicket.examples.repeater.AjaxDataTablePage I just checked it but now it seems to be working correctly. What version of Wicket are examples on url:

Session timeout - AJAX-enabled controls

2009-11-19 Thread David Matoušek
Hi, I have a problem with ajax behavior, that i use to fill various dropdowns by data from database. When session expires(user was inactive), non-ajax controls correctly redirect me to some kind of Error page. Thats correct. Components that have defined ajax behavior to update another

Re: Session timeout - AJAX-enabled controls

2009-11-19 Thread Igor Vaynberg
afair any ajax interaction on an expired page causes the same reaction as a non-ajax interaction - going to the page expired page. open a bug with a quickstart if that is not the case. -igor 2009/11/19 David Matoušek david.matou...@monetplus.cz: Hi, I have a problem with ajax behavior, that i

Re: Session timeout - AJAX-enabled controls

2009-11-19 Thread Carlo Camerino
yes we also have this prob lem For example i use a wicket in dicating ajax button in our logi n page. If thne user doesn t click a link that moves a page he will not be able to k now that the session has i ndeed expired. The screen o ly shows the rotating image but nothing happens. but if i

Re: Session timeout - AJAX-enabled controls

2009-11-19 Thread Ernesto Reinaldo Barreiro
I do not have that problem: if session expires any action the user does triggering a server round trip, AJAX or not, on a protected page redirects me to the login page... Can you post more details? Best, Ernesto 2009/11/20 Carlo Camerino carlo.camer...@gmail.com yes we also have this prob