WicketTester executeAjaxEvent onclick generating non-AJAX response
------------------------------------------------------------------

                 Key: WICKET-1582
                 URL: https://issues.apache.org/jira/browse/WICKET-1582
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.4
         Environment: Wicket 1.3-SNAPSHOT as of today
            Reporter: Nick Johnson


Executing: 
                tester.executeAjaxEvent("linky", "onclick");
                tester.assertComponentOnAjaxResponse(component);
throws an exception saying "The Previous response was not an AJAX response. You 
need to execute an AJAX event, using clickLink, before using this assert" 
although executeAjaxEvent should be resulting in an AJAX response (and prior to 
1.3.3 it did).

Executing tester.clickLink("linky"), which probably should be equivalent to the 
above executeAjaxEvent, does work.

I'll attach a simple testcase demonstrating this behaviour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to