First steps with Apache MyFaces Extensions Validator
Required steps:
Download the required* ExtVal jar-files or checkout the Source Code and build it. (details)
Add these jar-files to your classpath (details)
Use the annotations (details)
That's it!
Examples
Just a short example. |
|
Illustrates how to customize messages. |
|
Illustrates how to use JPA based validation. |
|
Illustrates how to use cross-validation. |
For more details please have a look e.g. at the blog and article-section.
* Currently you need at least:
- myfaces-extval-core-*.jar
- commons logging
Optional: The validation module you would like to use (e.g.: myfaces-extval-property-validation-*.jar or your own implementation)