Formee eases and helps out to build html forms designs, and also validates its data from both client-side and server-side based on model validation annotations.
- It has all the features of formee
- A form wraps an single model
- Automate validations from client-side based on Play model annotations by using jquery.validate plugin.
- Homogeneous error messages from both client-side and server-side, i.e., they appear in the same place.
This play! module it’s designed to work with model objects, don’t expect correct behavior if used objects that are not extends from Model.
See full documentation for more information.