You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MissingMethodException: No signature of method: org.grails.jquery.validation.ui.JqueryValidationService.getMessage() is applicable for argument types
#29
Open
candrews opened this issue
Apr 30, 2013
· 2 comments
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: