GitHub user iamrakesh opened a pull request:

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

    Error page redirection support for autocomplete ajax response

    Autocomplete field resulting an exception with 
    
org.apache.wicket.settings.ExceptionSettings#errorHandlingStrategyDuringAjaxRequests,
 
    set to 
    
org.apache.wicket.settings.ExceptionSettings.AjaxErrorStrategy.REDIRECT_TO_ERROR_PAGE
    
    does not redirect to the error page.
    
    This fix will enable page redirection even for autocomplete field.

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

    $ git pull https://github.com/iamrakesh/wicket autocomplete-error-handling

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

    https://github.com/apache/wicket/pull/156.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 #156
    
----
commit 34e04fed93808716d2a11cb818379b12923a1f48
Author: iamrakesh <[email protected]>
Date:   2016-01-12T16:49:38Z

    Added support for page redirection for autocomplete ajax response.

commit fa2c6f2949018bc65a63570130d510217ae0f914
Author: iamrakesh <[email protected]>
Date:   2016-01-12T16:53:00Z

    Minor cleanup.

----


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

Reply via email to