limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript

Home Page:http://limcheekin.github.io/jquery-validation-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MissingMethodException: No signature of method: org.grails.jquery.validation.ui.JqueryValidationService.getMessage() is applicable for argument types

candrews opened this issue · comments

When I use this plugin, I get this error:

Caused by MissingMethodException: No signature of method: org.grails.jquery.validation.ui.JqueryValidationService.getMessage() is applicable for argument types: (java.lang.Class, java.lang.String, java.util.ArrayList, java.lang.String, java.util.Locale) values: [class com.x.y.z.command.LoginCommand, ...]

I'm using Grails 2.2.1, and version 1.4.4 of this plugin.

Here is a pull request that fixes this problem: #30

I found out that this is a workaround for a bug in Grails Melody: https://code.google.com/p/javamelody/issues/detail?id=165

However, I still think my pull request should be merged, as it doesn't cause any problems, and (IMHO) it's never bad to have a stronger method signature.