[
https://issues.apache.org/jira/browse/WICKET-5759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov reassigned WICKET-5759:
---------------------------------------
Assignee: Martin Grigorov
> 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
> 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)