I just ran into a strange bug in cfform/x-forms. There's a textarea in mine, and it started throwing the ol' SQL Server binary/string data would be truncated error.
After viewing the source in the form, I noticed everytime you saved the data, it repopulated the textarea with a bunch of in it. The only way I can totally make it stop is by doing this: <cftextarea name="shipperdesc" label="Description" cols="50" rows="5" required="yes" message="Enter a description"><cfoutput>#getshipperbyID.shipperdesc#</cfoutput><cfsilent></cfsilent></cftextarea> It seems to work, but am I missing somethin? Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265758 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

