Java Persistence API Support
- Add myfaces-extval-core-*.jar and myfaces-extval-property-validation-*.jar to the classpath
Use JPA annotations within the model (e.g.: @Column(nullable = false) -> the field is required)
That's it!
(A simple demo is available here: demo_000)