In my Grails controller I\'m responding to an AJAX call and using render to return the text:
render
def ajaxRandomPersonName = { def person = get a ran
We've found that explicitly returning false from the action fixes this.
I believe doing render foo as JSON returns false implicitly.