Using grails 1.2.1 this should be very simple, but still I can't get it to work.
In my application /grails-app/views I've added mypage.gsp
Plus
"/mypage"(view:"mypage")
to the mappings block of my URLMapping class.
while
http://server-name:8080/myapp/mypage.gsp
works
I'm still getting 404 - page not found when I try to open
http://server-name:8080/myapp/mypage
Thanks, Guy