Hi, I want to user to preview s:textarea value before sending to db. but when I am displaying <s:textarea> value using <s:property> it is not formatting it correctly and wrapping it. Is there anyone who faced this problem? Is this correct way to display Text Area value?
<s:textarea name="articleDesc" cols="58" rows="10" /> <s:property value="article.articleDesc"/> Thanks in advance..