IntelliJ を使用した eXo Platform のポートレット開発用の Juzu プロジェクトを構築しています。
問題は、テンプレート ファイルがindex.gtmpl
であり、その中に HTML コーディングを含めることができるが、ファイルが単純なテキスト ファイルとして開かれることです。
不足している構成にプラグインはありますか?
ありがとう!
================= **編集** ===========================
私のファイルは次のようになります。
editMode.gtmpl
#{param name=enableComment/}
<form action="@{JuZcretApplication.enableComment()}" method="POST" role="form">
<h5>Configuration</h5>
<input type="checkbox" name="enableComment" <%=enableComment ? "checked" : "" %>/>
Enable Comment
<button type="submit">Save</button>
</form>