
8
Jun, 14
grails failOnError and flush in action
In my previous blog we have seen how to set failOnError and flush globally. In this blog I am providing a use case of failOnError and flush. Lets have a simple domain class class Person { String firstName String lastName String email static constraints = { firstName...
Recent Comments