Ian, should be the same way you call any normal CFC. Also note, if you're planning on using AJAXPROXY, then you're going to want to setup under a different Application.CFC that DOES NOT have an OnRequest() function. As I found out the hard way.
On Feb 4, 2008 2:07 PM, Ian Skinner <[EMAIL PROTECTED]> wrote: > Ian Skinner wrote: > > Firebug has given me more information, it is looking for the CFC at > "http://dev-pur/purDAO.cfc". It is no longer at this location. To make > it work with the <cfajaxproxy...> tag I moved it to the 'custom_tags' > directory which is not in the web root. > > I'm back to my original question. How do I chart a path from my > 'custom_tags' directory to my web root? I need to go up one directory > and down a different branch and I do not know how to do this in dot > notation. What is the equivalent of "../"? Surely not "..." Or I > guess I need to provide an absolute path, but an absolute path from > where? My web root? My site root? My drive root? Do I include the > drive letter as part of the path? > > I do so wish modern documentation would more often include a little more > of WHY things work the way they do so that one can figure out how to > change stuff when you do not follow the set template. Everything I have > read so far assumes that the template containing the <cfajaxproxy...> > tag is in the web root with the associated CFC at some lower level. > What if this is not the case? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298106 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

