You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Filipe Roque (JIRA)" <ji...@apache.org> on 2014/11/13 03:11:41 UTC

[jira] [Created] (WICKET-5759) AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()

Filipe Roque created WICKET-5759:
------------------------------------

             Summary: 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


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)