[
https://issues.apache.org/jira/browse/WICKET-5759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223373#comment-14223373
]
ASF subversion and git services commented on WICKET-5759:
---------------------------------------------------------
Commit e71ba640cd890fa27c1569ef3e02b265dbc9a980 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=e71ba64 ]
WICKET-5759 AjaxRequestAttributes extra parameters aren't properly handled in
getCallbackFunction()
Fix test expectations
> AjaxRequestAttributes extra parameters aren't properly handled in
> getCallbackFunction()
> ---------------------------------------------------------------------------------------
>
> Key: WICKET-5759
> URL: https://issues.apache.org/jira/browse/WICKET-5759
> Project: Wicket
> Issue Type: Bug
> Reporter: Filipe Roque
> Assignee: Martin Grigorov
> Fix For: 7.0.0-M5, 6.19.0
>
> Attachments: callbackparameter.tgz, fix-WICKET-5759.patch
>
>
> extra parameters of an Ajax behaviour can be accessed by
> getRequest().getRequestParameters().getParameterValue(key)
> but if one uses getCallbackFunction() of an AbstractDefaultAjaxBehavior,
> these parameters get screwed and can no longer be accessed in the same
> manner.
> the problem seems to be the merge in attrs.ep = Wicket.merge(attrs.ep,
> params);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)