Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1582

WicketTester executeAjaxEvent onclick generating non-AJAX response

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.4, 1.4-M3
    • 1.3.5, 1.4-RC1
    • wicket
    • None
    • Wicket 1.3-SNAPSHOT as of today

    Description

      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.

      Attachments

        1. wicket1582.jar
          3 kB
          Nick Johnson

        Issue Links

          Activity

            People

              thrantal Timo Heikki Rantalaiho
              spatula Nick Johnson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: