You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Alex Colic <al...@pop-ware.com> on 2001/06/05 22:15:08 UTC

Setting value to a textarea?

Hi,

I am trying to set the value of a textarea that I have created via:

<TD>
<html:textarea name="requisition" property="requisitionLines.description"
value="requisitionLines.pcitem.name" cols="20" rows="10">
</html:textarea>
</TD>

When the page is displayed the textarea text is populated with
"requisitionLines.pcitem.name" not the value held in the bean.

Could someone tell me what I am doing wrong?

Thanks

Alex