11 Replies Latest reply on May 5, 2010 8:09 AM by ilya_shaikovsky

    requestDelay with onsubmit

    mpickell

      I am setting up an HtmlAjaxSupport with a requestDelay of 1000ms and an onSubmit javascript function (onKeyup event).  Before adding the javascript, the ajax event would wait 1 sec before submitting the request.  after adding the onSubmit javascript, it seems like the requestDelay is skipped and the request is submitted right away.

       

      Is this correct, or am I misunderstanding how requestDelay works?