[ 
https://issues.apache.org/jira/browse/WICKET-5759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215980#comment-14215980
 ] 

ASF subversion and git services commented on WICKET-5759:
---------------------------------------------------------

Commit 0374c040577410ab76cfd37a1ff0f79f74bca368 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=0374c04 ]

WICKET-5759 AjaxRequestAttributes extra parameters aren't properly handled in 
getCallbackFunction()

(cherry picked from commit 18667ac778a96dcd85f03936c094d1fad2884424)


> 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)

Reply via email to