>what happens if you query the database from Management studio, do you
>see the correct data ?
>this should at least tell you if the data is being saved properly or not.
>
>
>>

yes I get the correct data.

I create a page using the code below:

 <cffile 
                action = "write" 
                file = 
"#ExpandPath('/contentFiles/#form.contentID#_#language#Translate.cfm')#" 
                output = "#Evaluate( "#language#TEXT" )#"
            nameconflict="overwrite">



The content in the page is not displaying correctly. I am still getting the 
'?????' 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348230
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to