i think views have to have a controller tho
# questions
f
i think views have to have a controller tho
j
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.
Since pre 1.0 we have supported mapping directly to a view (GSP, HTML, etc)
f
i don’t want to have to map every content page also. Trying to figure out a way to make a wildcard mapping.