GitHub user amichalowski opened a pull request:

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

    Expensive validator wicket 8.x

    We need to call database stored procedure in validator.
    It is quite expensive and it shouldn't be called after every key press.
    
    I would like to propose a little validation improvement.

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

    $ git pull https://github.com/amichalowski/wicket 
expensive-validator-wicket-8.x

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

    https://github.com/apache/wicket/pull/176.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 #176
    
----
commit d12da1150295f804b40ea6058ece4ffec675ea6a
Author: Artur Michałowski <[email protected]>
Date:   2016-08-16T21:18:20Z

    Expensive validators

commit b196b5afa71157da4eeda47e631086f933b4d55d
Author: Artur Michałowski <[email protected]>
Date:   2016-08-16T21:40:00Z

    organize imports

----


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