多くの ajax を使用する grails でアプリケーションを開発しています。一部では、次のコードを使用しました。
<iframe id="hidden-upload-frame" style="border:none;height:25px;width:100%;" onload="${remoteFunction(action: 'list', controller: 'file', update: [success: 'fileDomain', failure: 'fileDomain'])}">
</iframe>
<div id="fileDomain">
</div>
上記のコードは google chrome ブラウザーで完全に機能し、fileDomain div を更新します。 gsp ページに doctype タグを追加するには?