Steve Bryant wrote:
> Are you sure that the problem isn't that you are 
 > using <input type="text"> instead of <textarea>?


After looking at it a little closer - my bad. The value Bob "Bubba" 
Jones *is* getting recorded correctly on insert/update.

<input id="ID_app_owner"
        name="ID_app_owner"
        type="text"
        value="#getapp.ID_app_owner#"
        class="txtINPUT"
        maxlength="250" />

It's just not *displaying* when looking at the above.

So....
value="#htmleditformat(getapp.ID_app_owner)#"


Or is there a better way?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270673
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to