I'm trying to use Java Forms per this documentation:
http://www.playframework.org/documentation/2.0.4/JavaTemplates
However this line fails:
Form<MyData> myDataForm = form(MyData.class);
It's because it doesn't know the identifier form. Has this changed in 2.1?
--