Community contributed extensions

HTML5 Validation [html5validation] module

This module is for the Play 1.x series only.

Client-side form validation based on your Play framework
model annotations using HTML5 attributes.

https://github.com/oasits/play-html5-validation

Written by Sebastian Hoß.

Published releases

1.2.2 Oct 06 2011 Documentation Try Play
1.2 Apr 09 2011 Documentation Try Play
1.1 Feb 26 2011 Documentation Try Play
1.0 Dec 07 2010 Documentation Try Play

To install locally this module use the install command:

play install html5validation-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> html5validation {version}