Graphical Grails URL Mapping with Double Pattern

I want to use an optional parameter with a double pattern. In Grails 2 I had this model and it worked well. In Grails 3, the optional template doesn't work and is imagePath

always required, which I don't want.

"/image/$action?/$imagePath**?"(controller: "image")

+3


source to share





All Articles