<g:if test="${!request?.xhr}">
<!doctype html>
<html>
<head>
<meta name="layout" content="home">
</head>
<body>
<div class="row-fluid">
</g:if>
AJAX
<g:if test="${!request?.xhr}">
</div>
</body>
</html>
</g:if>
エラーが発生します:Grails tag [sitemesh:captureBody] was not closed.
Config.groovy
私は設定しgrails.views.gsp.sitemesh.preprocess = false
ましたが、これは役に立ちません。
if ステートメントで部分ビューを使用する方法。