I have a gsp page with a form that I would like to put inside a div in another gsp page. Each gsp page have diferent css configuration for ‘body’. Is it possible to that that using in Grails (like render).
I have a gsp page with a form that I would like to put
Share
Yes. In fact it’s pretty simple. Best, extract the “common” part into a separate template (.gsp) file and include it into both pages.
See render for more information.