[
https://issues.apache.org/jira/browse/WICKET-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag resolved WICKET-2114.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.4-RC3
Assignee: Juergen Donnerstag
The problem actually is that the ajax behavior is not properly executed by
WicketTester if a Button is used to submit the form. Fixed that
> WicketTester fails to execute AjaxBehavior (onclick) due to old requestCycle
> (this bug is caused by bugfix WICKET-254)
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-2114
> URL: https://issues.apache.org/jira/browse/WICKET-2114
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4-RC2
> Reporter: Martin Makundi
> Assignee: Juergen Donnerstag
> Fix For: 1.4-RC3
>
> Attachments: Wicket-Quickstart.zip
>
> Original Estimate: 5h
> Remaining Estimate: 5h
>
> WicketTester fails to execute AjaxBehavior (onclick) due to old requestCycle.
> This bug results from bugfix WICKET-254
> (http://issues.apache.org/jira/browse/WICKET-254)
> See attached Quickstart
> Known workaround:
> // Add following line before your tester.executeAjaxEvent:
> tester.setupRequestAndResponse(true);
> @see
> http://issues.apache.org/jira/browse/WICKET-254
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.