Grails

Grails: reverse url mapping to generate urls ending with “.html”

Hi Friends, Recently I came across a problem, where the url of the links were to be generated dynamically based on the controller and action to be executed and  should end with ".html". Reverse url mappings came to my rescue, which can be implemented using <g:link> GSP tag. Then I tried this, In UrlMappings.groovy file : ...

by Amit Jain
Tag: reverse url mappings
28-Aug-2009