8081828384858687
protected void registerViewRootInterceptors() { if (!ExtValCoreConfiguration.get().deactivateActionBasedGroupValidation()) { ExtValContext.getContext() .addViewRootInterceptor(new BeanValidationViewRootInterceptor()); } }