I want to keep the textarea content in its filed after a form submition ... I work with jsp this is a simple sample for create form :
<form class="form" id="preview-form" action="textAreaData" method="post">
<textarea id="form-comment" name="form-comment"></textarea>
<input type="submit" name="form=submit" id="form-submit" value="Submit" >
</form>
... How I can to do it ?