This bug seems to be related to the issue I am experiencing.
 
https://issues.apache.org/jira/browse/WICKET-2246

________________________________

From: Brown, Berlin [GCG-PFS] 
Sent: Wednesday, May 25, 2011 11:57 PM
To: 'users@wicket.apache.org'
Subject: Slow ajax request and possible timeout variable?


Sometimes on slower connections I see issues with the application with
ajax requests.  If the request takes longer than 20 or 30 seconds my
page/panels become unresponsive?
 
Example pseudo code might include;
new TextField("text").add(new AjaxBehavior("onchange"));
 
With this request, the ajax request never returns ... say after 30
seconds.  And the bevhaior is diferent for different browsers.  IE8 may
have an issue but Chrome does not.
 
Is there something I could debug to see if this is the case?  Is there
some sort of issue or timeout with ajax requests.
 
 
 
 
 

Reply via email to