DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Overview
Other MyFaces Extensions
- CODI
- Ext-Script
- [Orchestra]
- [Portlet Bridge]
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The current version is r3 (r4 will be available soon - so you are save with using the current snapshot).
ExtVal release numbers are directly linked to the JSF version they're compatible with.
Please write to the dev list if you face any issue.
MyFaces ExtVal r3 is a major version of ExtVal.
@Length and @Pattern won't validate empty values any more. That means previous versions of ExtVal perform an implicit required validation in some cases. With ExtVal r3 you don't see these implicit validations any more.
If you are fine with these implicit validations, you have several possibilities to get back to the original behavior:
@EmptyValueAwareValidationStrategy.Fixed typo - see AbstractAnnotationValidationStrategy#getValidationErrorFacesMessage
CrossValidationStorageEntry moved to the package org.apache.myfaces.extensions.validator.crossval.storageIf an add-on extends a class which isn't marked as UsageCategory.API, it's possible that there are some changes. e.g. ValidationInterceptorWithSkipValidationSupport was renamed to: PropertyValidationModuleValidationInterceptor