This can happen if you are displaying the contents of a text area on some
page but not in another textarea. I ran into this problem when storing
textarea input in a database and then trying to diplay it outside of any
type of form element. It seems that CF was escaping the carriage returns
{chr(13)}. So I had it search the string for a chr(13) and replace it with a
<br> tag. This has worked fine for me. In my situation the wrapping argument
has no effect, because the data is not rendered in a text area. Hope this
helps.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists