Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@candrews
Copy link

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.

@candrews
Copy link
Author

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

@candrews
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant