How do you display data in a 'textarea' using struts application,
This is my code:
<html:textarea property="comments" </html:textarea>
<bean:write name="FormBean" property="comments"/>
where FormBean
is my beanclass and comment
is a property in beanclass.
But I cannot get it too work.
Thanks in advance for your help.