jquery-validation-ui
jquery-validation-ui copied to clipboard
JQuery Validation UI Plugin - Client Side Validation without writing JavaScript
I fixed several issues: 1. The letters constraint would not accept upper-case letters. 2. The generated JavaScript included some extraneous commas that broke IE. 3. This plugin was incompatible with...
Because of the hardcoded dependency on the hibernate plugin, it is not possible to use the hibernate4 plugin, which now is the default for Grails 2.4. Error messages include: ```...
I installed plugin version 1.4.9.The validation was not working for me as the message section has unescaped html:Any ideas?Using it with grails 2.3.7. messages: { custName: { maxlength: function() {...
The plugin expresses a dependency on: ':hibernate:3.6.10.2' In conf/BuildConfig.groovy. This dependency should be marked as "export = false" so users of this plugin don't inadvertently get this dependency.
The plugin expresses a dependency on: "org.spockframework:spock-grails-support:0.7-groovy-2.0" In conf/BuildConfig.groovy. This dependency should be marked as "export = false" so users of this plugin don't inadvertently get this dependency.
Not all fields from the form were getting passed back to the controller so we couldn't use do custom validation when two or more fields were required, ex. assert password...
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...
I also ran into the issue reported in issue #17. My fix is nearly identical to the one proposed by Pascal in the comments for issue #17. The code now...
It appears that the only way the messages properly render from the renderValidationScript is by setting the default codec to 'none'. Otherwise the quotes around the messages are escaped. This...