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

后端 未结 3 1796
别那么骄傲
别那么骄傲 2021-02-08 22:40

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:26

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

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

提交回复
热议问题