【发布时间】:2016-08-28 08:38:24
【问题描述】:
我想在提交表单后将 textarea 内容保留在其归档中...我使用 jsp 我尝试这样做 here solve to same problem 但它不适用于我 我的代码:
<form class="contact-form" id="preview-form" action="textAreaData" method="post">
<textarea id="preview-form-comment" name="preview-form-comment">${fn:escapeXml(param.preview-form-comment)}</textarea>
<input type="submit" name="preview-form=submit" id="preview-form-submit" value="Submit" >
</form>
这是结果: display number 0 and when I submit the input it Disappears from its filed after a form submition
怎么了?可以帮忙吗?
【问题讨论】:
-
@BalusC 可以帮忙吗?