Hi and thanks for a good and extremely responsive group! I have a project where i use T4.1.6 in combination with prototype. I use the Ajax.updater to perform ajax operations. But When I use this, the rendering of pages gets extremely slow. Is there any reason for this?
new Ajax.Updater( placeholder, url,{ method: 'get', evalScripts: true, onSuccess: function() { var event = new NamedBaseObjectEvent ('applicationController', 'UPDATE', className, primKey, context); ApplicationController.eventOccurred(event); } } ); I get the response that I want, but the time to render is extremely slow (for simple pages it may be up to 3-4 seconds). Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]