YUE ZHAO

Results 3 comments of YUE ZHAO

I have the same issue. I'm using it with grails 2.3.8, Java 7. ``` $(function() { var myForm = $("form:first"); myForm.validate({ onkeyup: false, errorClass: "error", errorElement: "label", validClass: "valid", onsubmit:...

I see it's moved to 2.9. Hopefully this could be addressed. Currently, my code using a workaround like below: ``` class Utf8BodyParser @Inject() ( val config: ParserConfiguration, val errorHandler: HttpErrorHandler,...

Can I check if the plugin support for Play 2.8? I see in the manual it's only support Play 2.7 but I see in the PlayMajorVersion, Play 2.8 is there.