I have a problem with giving the tag a default value. When I created a .jsp file as follow,
You can use jquery to get the model attribute value and set the value in textarea
$( function() { var example = parseInt('${example}'); $("#bot").val(example); } );