Problems with Grails 404 UrlMapping

前端 未结 3 1866
旧时难觅i
旧时难觅i 2020-12-11 04:27

I\'m having some problems getting Grails to map my 404 errors to an errors controller like in the documentation. I\'m running Grails 1.3.5 and when I add the following mappi

3条回答
  •  旧巷少年郎
    2020-12-11 04:48

    after deleting whitespace, the problem solved

    "404"(controller:'errors', action:'notFound')

提交回复
热议问题