Grails client side validation
问题 How do you (if you) manage client side validation with grails ? Do you use a plugin or do you mirror your constraints using a javascript framework ? Cheers 回答1: I haven't used them personally but these two plugins might help you out: http://grails.org/plugin/javascript-validator http://www.grails.org/plugin/remote-constraints 回答2: On Grails projects that I've been a part of, We haven't used a plugin but rather a mashup of javascript plugins and custom validators (jQuery plugins, Prototype,