Grails bean-fields plugin
- by Don
Hi,
I'm having problems using the Grails bean-fields plugin with a class this is annotated Validateable, but is not a domain/command class. The root cause of the problem appears to be in this method of BeanTagLib.groovy
private def getBeanConstraints(bean) {
if (bean?.metaClass?.hasProperty(bean, 'constraints')) {
def cons =…