05 Dec, 2008
handling multiple object instances within gsp forms
Posted by: j pimmel In: development|grails
I needed to handle multiple dynamic instances of the same type of validating object in a form within Grails. Having searched Google and the lists for an out-of-the-box way, or plugin, or pending bug-fix, I found nothing that already provided this capability so ended up writing my own utility. Given Map params = [ 'chart1.size': [...]
Tags: dynamic binding, grails
