Hi Helmut, i think the problem in your first mail is not the ajax timeout.
but to set this timout you can redefine the value of Tobago.Updater.UPDATE_TIMEOUT. e.g. <tc:script> Tobago.Updater.UPDATE_TIMEOUT = 5000; </tc:script> 5000 = 5 sec, is the default. Regards, Volker 2007/3/15, H. Swaczinna <[EMAIL PROTECTED]>:
Hello, I have to ask again, is there a way to set the timeout for ajax requests? There're several problems when an ajax request timesout, for example a popup doesn't popup. Regards Helmut >Hello, > >the timeout for ajax request seems to be very small. If an ajax requests >blocks for some seconds I get the error message > >2007-03-12 15:16:56 ERROR - >org.apache.myfaces.tobago.ajax.api.AjaxPhaseListener - Ignoring AjaxRequest >without valid component tree! > >and ajax doesn't work anymore. > >How can I increase the ajax timeout? > >Regards >Helmut

