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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288219
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