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
Lojza Ibg
source
to share
No one has answered this question yet
Check out similar questions:
615
five
five
3
2
1
1
1
1
0