I want to render a page in grails without a <html>
, <head>
and <body>
tag, I just want DIV and tables.
I want to integrate this page in my Facebook page and the requirement of Facebook page is that the page should not contain <html>
, <head>
or <body>
tags.