Re: Session timeout - AJAX-enabled controls

2009-12-02 Thread Bernard Lupin
indow "ERROR: >> Wicket.Ajax.Call.failure: Error while parsing response: Could not find >> root element", and for users nothing happens when >> clicking >> on AjaxLink's. >> >> Is it a way to solve this please ? >> Regards, >> Bernard >>

Re: Session timeout - AJAX-enabled controls

2009-12-01 Thread Igor Vaynberg
way to solve this please ? >> Regards, >> Bernard >> >> >> --- En date de : Ven 20.11.09, Carlo Camerino a >> écrit : >> >>> De: Carlo Camerino >>> Objet: Re: Session timeout - AJAX-enabled controls >>> À: users@wicket.apache.org &g

Re: Session timeout - AJAX-enabled controls

2009-12-01 Thread Bernard Lupin
ease ? > Regards, > Bernard > > > --- En date de : Ven 20.11.09, Carlo Camerino a > écrit : > >> De: Carlo Camerino >> Objet: Re: Session timeout - AJAX-enabled controls >> À: users@wicket.apache.org >> Date: Vendredi 20 Novembre 2009, 3h44 >> yes

Re: Session timeout - AJAX-enabled controls

2009-12-01 Thread Bernard LUPIN
ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Could not find root element", and for users nothing happens when clicking on AjaxLink's. Is it a way to solve this please ? Regards, Bernard --- En date de : Ven 20.11.09, Carlo Camerino a écrit : > De: Carlo Camerino > Objet: Re: S

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 t

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 > http://www.wicket-library.com/wicket-examples

Re: Session timeout - AJAX-enabled controls

2009-11-20 Thread Igor Vaynberg
http://www.wicket-library.com/wicket-examples/ is running a very old version, may even be 1.2.x. you should use wicketstuff.org/wicket14 -igor 2009/11/20 David Matoušek : > It was happening to me on Wicket examples page too. Especially on > AjaxFallbackDataTable Example. > > I just checked it b

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. I just checked it but now it seems to be working correctly. What version of Wicket are examples on url: http://www.wicket-library.com/wicket-examples/ running and were they changed lately? I am usi

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 > yes we also have this prob lem For example i use a

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 u

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 : > Hi, > I have a problem with ajax behavior, that i use to fill various dropdo

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 components