What OS etc. I could not get this stuff to work under Vista and IIS, works find on a Windows server.
Also if the cfm is in the same as the cfc you don't need the projects. Regards Dale Fraser http://learncf.com -----Original Message----- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 September 2007 10:28 AM To: CF-Talk Subject: Ajax cfgrid bind problem I am trying to use the cfgrid CFC binding feature in CF8 but I am having trouble getting the CFC to populate the Ajax grid. URL: http://site/ Folder: c:\inetpub\wwwroot URL: http://site/projects/ (virtual directory) Folder: c:\projects\ This folder has a cfc called myCFC My bind attribute starts with "cfc:projects.myCFC.function" The page gets compiled and sent to the browser successfully, meaning ColdFusion finds the CFC initially. However, looking at the source code I see that the Ajax request is looking for "/myCFC.cfc" instead of "/projects/myCFC.cfc." The predicable result is that the Ajax grid doesn't get populated and a missing file error is logged in Application.log. What do I need to do to get this Ajax call to look in the correct location? Thanks, Mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288220 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

