Gregg,

the textarea field does not contain the "value" property, move the "#body#"
outside the first > bracket (just before the closing </textarea>) that
should work... it will look like, you might have to use the <cfoutput> tag
too...

<textarea cols=50 rows=10 name="body" wrap="virtual"
font="arial">#body#</textarea>

Bismarck Perez


-----Original Message-----
From: Gregg Kachel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 27, 2000 1:49 PM
To: [EMAIL PROTECTED]
Subject: textarea




Hi, I'm sort of a newbie with Cold fusion, so I'm probably doing some 
simple mistake. I can't get my text to show up on a cfquery using 
<textarea> tag. Here is my code:
<textarea cols=50 rows=10 name="body" wrap="virtual" font="arial" value= 
"#body#"></textarea>
Wierd thing is if I change it to an imput type =-text it works fine. So i 
know it has to be something in my textarea code. If anyone can help please 
do, thanks.
Gregg Kachel

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to