Hi, I have a bean whose value I can display via:

<bean:write name="requisition" property="requisitionLines.pcitem.name"/>

What I want to do is create a textarea and have the value of the defaulted
to the above name value.

My textarea has been created as follows:

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

Could you please tell me how to set the value of that textare by default to
the above bean?

Thanks for any help.


Regards

Alex

Reply via email to