I want to make a page in grails without tags <html>, <head>and <body>, I just want a DIV and a table.
<html>
<head>
<body>
I want to integrate this page on my Facebook page, and the requirement of the Facebook page is that the page should not contain tags <html>, <head>or <body>.
You can use the gsp template (the GSP file name begins with "_"). What can you call a controller, use the rendering method.
class MyDomainController{ def myAction = { ... render(template:'myTemplate', model: ...) } }
layout, <g:layoutBody />.
<g:layoutBody />
Grails Web Layer. : , . SiteMesh ( Grails) , . . SiteMesh, , .
Grails , gsp html head tag, gsp , . , grails .