I m new to grails,just started with a small application,
I\'m searching a solution for below problem,
Can any one tell me how can i render to GSP view page of ot
not quite sure but I think you have to use ModelAndView Class.
return new ModelAndView("/controller/view", [ model : youModel ])