348349350351352353354355356
} } if (dataBinder == null) { // this should really never happen in the running app as the binder // should always be found in the context dataBinder = new GrailsWebDataBinder(grailsApplication); } return dataBinder; }