They definitely do not. As an example, the default index.gsp doesn’t have a controller associated with it. I have written many many views in Grails apps that do not have a controller associated with them.
jeffscottbrown
01/13/2025, 8:41 PM
Since pre 1.0 we have supported mapping directly to a view (GSP, HTML, etc)
f
falling
01/13/2025, 8:51 PM
i don’t want to have to map every content page also. Trying to figure out a way to make a wildcard mapping.