Github user martin-g commented on the issue:

    https://github.com/apache/wicket/pull/177
  
    Thank you for your contribution!
    
    I am not sure it is a good idea, though.
    With this change we will make all Ajax form component submits 
"non-expensive", i.e. a subset of validator will be used. I guess some 
applications will need to enable an expensive validator in some use case, so we 
will have to make it configurable. And it will become more complex than it 
needs to be.
    
    IMO it is simple enough to check whether the current request is Ajax one in 
the validator and decide what to do. One can even use request 
parameters/headers for even more flexibility.
    
    This is just my opinion! Let's see what others think too.


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