Very simple page as below. cfdiv won't display. Tried examples from adobe.com on the save shared server and those don't display either:
<html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <cfajaximport tags="cfform" /> <body> <h2>My Page</h2> <cfdiv bind="url:testFORM.cfm"> </body> </html> So, what's probably going wrong here? What do Ineed to do to correct and get this to work? View source for the page above gets me: <html xmlns="http://www.w3.org/1999/xhtml"> <head><script type="text/javascript">_cf_loadingtexthtml="<img alt=' ' src='/CFIDE/scripts/ajax/resources/cf/images/loading.gif'/>"; _cf_contextpath=""; _cf_ajaxscriptsrc="/CFIDE/scripts/ajax"; _cf_jsonprefix='//'; </script><script type="text/javascript" src="/CFIDE/scripts/ajax/messages/cfmessage.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfajax.js"></script> <script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script> <script type="text/javascript" src="/CFIDE/scripts/masks.js"></script> <script type="text/javascript" src="/CFIDE/scripts/cfformhistory.js"></script> <script type="text/javascript"> ColdFusion.Ajax.importTag('CFAJAXPROXY'); </script> <script type="text/javascript"> ColdFusion.Ajax.importTag('CFFORM'); </script> <script type="text/javascript"> ColdFusion.Ajax.importTag('CFDIV'); </script> <script type="text/javascript"> _cf_bind_init_1248890989789=function() { ColdFusion.Bind.register([],{'bindTo':'cf_div1248890989788','bindExpr':['testFORM.cfm']},ColdFusion.Bind.urlBindHandler,true); };ColdFusion.Event.registerOnLoad(_cf_bind_init_1248890989789); </script> </head> <body> <h2>My Page</h2> <div id="cf_div1248890989788"></div> </body> </html> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325089 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

