how can i render to the gsp view of other controller?

后端 未结 3 1293
南旧
南旧 2021-02-08 22:34

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

3条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 23:21

    not quite sure but I think you have to use ModelAndView Class.

    return new ModelAndView("/controller/view", [ model : youModel ])
    

提交回复
热议问题