0 Replies Latest reply on Jan 31, 2011 1:03 PM by blabno

    Limited to single ajax request?

    blabno

      Hi! Can we send more then one ajax request?

      My problem is i have 2 buttons that triggers ajax request and re-render one element of the page (they do not re-render themselves). And in my test code I click 1st button once, wait until there is no more javascript jobs (no xhttp requests), assert that new content has been rendered then click 2nd button, but now no content is re-rendered.

      This happens only when NicelyResynchronizingAjaxController is used. Without it I'm happily using

      WebClientUtils.waitForJSJob(client,0,30000);