GitHub user RoadRunner120485 opened a pull request:

    https://github.com/apache/wicket/pull/55

    [WICKET-5314] Made AutoCompleteBehavior AjaxRequestAttributes aware.

    Fixed WICKET-5314. 
    
    Made AutoCompleteBehavior fully aware of AjaxRequestAttributes by passing 
them to JavaScript function and merging them with the dynamically created 
attributes by using jQuery.extend(...)
    
    Now we're able to use alternative AjaxChannels or pass in all kinds of 
AjacCallListener's callbacks, preconditions etc.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/RoadRunner120485/wicket WICKET-5314

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/55.patch

----
commit 32700fa8e9bfb34dc37fbcf41656c19d9a1761e7
Author: Martin Sturm <[email protected]>
Date:   2013-10-28T14:17:38Z

    [WICKET-5314] Made AutoCompleteBehavior AjaxRequestAttributes aware.

----

Reply via email to