limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript
http://limcheekin.github.io/jquery-validation-ui/
Apache License 2.0
20 stars 18 forks source link

Specify the type of 'args' in the 'getMessage' method #30

Open candrews opened 11 years ago

candrews commented 11 years ago

In my application, I get a MissingMethodException. Specifying the type of the 'args' parameter fixes this problem. I'm really not sure where in the stack this bug is, but I do know that this change works around it.