jqvalidation [jqvalidation] module
This module is for the Play 1.x series only.
A jquery library API for validation, supports Ajax validation (per field or per Form). It saves info about the models and their fields' validation in a singleton created on Application Start Up. It’s also intended to extend the server side validation annotations as well. It’s time to make the daily routine automated, easier, and more efficient! Contributions, comments, or suggestions are welcome.
check demo for JPA & check demo for Siena & GAE
http://code.google.com/p/jqvalidate-play-framework/
Written by Ahmed Mahmoud Mohammed Abd El-wahab.
Published releases
head | Jan 16 2012 | Documentation | Try Play |
1.1 | Jan 16 2012 | Documentation | Try Play |
To install locally this module use the install
command:
play install jqvalidation-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> jqvalidation {version}