I have been trying to make the following work:
<html:textarea property="longDesc1" cols="20" rows="5"
value='<nested:write name="eventForm" property="longDesc1" scope="request" />'/>
I started with this actually:
<html:textarea property="longDesc1" cols="20" rows="5"
value='<bean:write name="eventForm" property="longDesc1" scope="request" />'/>
But when I display the page, I get this in my textarea:
<nested:write name="eventForm" property="longDesc1" scope="request" />
Which is all the code I had set for the value of the textarea? Not sure why neither
is working? Do I have to use some sort of java scriptlet to get the value of the
eventForm bean? I really did not think the nested would work here but gave it a try
anyway.
Thanks,
Haytham
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]