playframework / play-java-ebean-example

Example Play application showing Java with Ebean
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
53 stars 61 forks source link

Apply form validation to 2.5.x branch #29

Open wsargent opened 7 years ago

wsargent commented 7 years ago

Cherry pick from https://github.com/playframework/play-java-ebean-example/pull/28

gslowikowski commented 7 years ago

There will be differences because version in master uses play-bootstrap and in SNAPSHOT doesn't.

You can compare my Maven version for 2.5.x with version for 2.6.x (files: app/views/createForm.scala.html, app/views/editForm.Scala.html, test/FunctionalTest.java and test/IntegrationTest.java).