私はhtml入力隠し変数を持っています:
<input type="hidden" id="attachmentPdf" name="attachmentPdf" value="${attachment.mimeType}"/>
そして、それを freemarker 変数に渡したい:
<#assign x = attachmentPdf.value>
しかし、うまくいきません。これどうやってするの?よろしくお願いします。
私はhtml入力隠し変数を持っています:
<input type="hidden" id="attachmentPdf" name="attachmentPdf" value="${attachment.mimeType}"/>
そして、それを freemarker 変数に渡したい:
<#assign x = attachmentPdf.value>
しかし、うまくいきません。これどうやってするの?よろしくお願いします。