GitHub user dhs3000 opened a pull request:
https://github.com/apache/wicket/pull/140
Allow the Wicket ChannelManager to be used by plain Ajax requests
Allows to replace the jQuery ajax function by one that uses Wicketâs
channel manager to coordinate ajax requests in third party libraries like
âselect2â.
Could be used for example for an autocomplete select2 component where some
requests might take longer. The Wicket channel manager drops all new request
(by users input) but the last request as long as one request is still processed
by the server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhs3000/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/140.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #140
----
commit 6e4137e67b0f6de0d0da6d7e54534c3b3ee35e71
Author: Dennis Hörsch <[email protected]>
Date: 2015-10-09T18:03:20Z
Allow the Wicket ChannelManager to be used by plain Ajax requests
Allows to replace the jQuery ajax function by one that uses Wicketâs
channel manager to coordinate ajax requests in third party libraries
like âselect2â.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---