Is there any way to timeout if the ajax operation does not respond by a certain time? I've seen in other ajax frameworks where you can submit multiple ajax requests in parallel, but Wicket does not allow me to do such a thing.
Matej Knopp wrote: > > I don't think this is about AJAX. I think the question concerns the > session locking. If you make an ajax request and it takes too long, the > session is locked and the application seem to be frozen. > I don't think there's much I can do about it. > > -Matej > > > Igor Vaynberg wrote: >> tbh im not even sure there is a way to abort the request initiated >> through xmlhttprequest object. matej is better suited to answer this, he >> has many more js scars then i. >> >> -igor >> >> >> On 11/22/06, *Eelco Hillenius* <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> I don't know if there is anything for that yet. Matej, Igor? If there >> isn't, you could open a feature request for it. >> >> Eelco >> >> >> On 11/21/06, samyem <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > >> wrote: >> > >> > When there is an ajax operation, if the operation takes too long, >> what would >> > be the best way to abort the operation? The case right now is if >> there is >> > any long operation as a result of ajax event, the app freezes >> till the even >> > is over. >> > -- >> > View this message in context: >> http://www.nabble.com/Abort-Ajax-Operation-tf2681806.html#a7480240 >> > Sent from the Wicket - User mailing list archive at Nabble.com >> <http://Nabble.com>. >> > >> > >> > >> >> ------------------------------------------------------------------------- >> > Take Surveys. Earn Cash. Influence the Future of IT >> > Join SourceForge.net 's Techsay panel and you'll get the chance >> to share your >> > opinions on IT & business topics through brief surveys - and earn >> cash >> > >> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> > _______________________________________________ >> > Wicket-user mailing list >> > [email protected] >> <mailto:[email protected]> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > >> >> >> ------------------------------------------------------------------------- >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn >> cash >> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> <mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/Abort-Ajax-Operation-tf2681806.html#a8457424 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
