Grails: Redirect to index.gsp that is not in any controller

后端 未结 3 1785
谎友^
谎友^ 2021-02-13 01:03

In Grails, how do I redirect to my home page (index.gsp) which is not part of any controller?

3条回答
  •  执笔经年
    2021-02-13 01:52

    If you are redirecting from IndexController, then you should render(view:'/index')

提交回复
热议问题