[
https://issues.apache.org/jira/browse/WICKET-5900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530219#comment-14530219
]
ASF subversion and git services commented on WICKET-5900:
---------------------------------------------------------
Commit 433190904eb3fd48f974852d71f42e84b4c49d04 in wicket's branch
refs/heads/master from [~dashorst]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=4331909 ]
Added WicketTester support for IAjaxLink
WicketTester didn't click direct IAjaxLink implementations using an
Ajax request but a normal request. Some components implement
IAjaxLink directly instead of subclassing AjaxLink or other
components.
Fixes WICKET-5900
> Add WicketTester support for IAjaxLink
> --------------------------------------
>
> Key: WICKET-5900
> URL: https://issues.apache.org/jira/browse/WICKET-5900
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.0.0-M5, 6.19.0
> Reporter: Martijn Dashorst
> Assignee: Martijn Dashorst
> Priority: Minor
> Fix For: 7.0.0-M6
>
>
> When testing for example clicking on AjaxPagingNavigator links, the
> WicketTester uses a normal click instead of an AJAX click, because the links
> used in the AjaxPagingNavigator implement IAjaxLink directly instead of
> extending e.g. Ajax[Fallback]Link.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)