This code can be used in scripts:
<textarea name='test' id='test'><%=uabout %> </textarea>
OR using JSTL
<textarea name='test' id='test'><c:out value="${uabout}" /> </textarea>
In addition, the value attribute is missing from the textarea tag.
source share