私はこれを持っています:
static mappings = {
"/a/b/$id/stuff"(controller: "stuff", action "action1" )
"/a/b/$id/stuff/$stuffId"(controller: "stuff", action "action2" )
"/a/b/$id/stuff/$stuffId/c"(controller: "stuff", action "action3" )
}
ヒットすることはできますがaction1
、を返すため、action2
ヒットすることはできません。action3
404
どうしたの?