I just went and grabbed that function Monday from cflib, and it didn't work. It going to get updated there?
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II > Sent: Wednesday, November 19, 2003 11:28 AM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] cfc paths > > Nando, > > Although not officially supported, I've written a UDF based > some code that > Matt Liotta posted a while back. You can view the UDF at: > > http://blog.pengoworks.com/blogger/index.cfm?action=blog:10 > > In order to get the code to work in v6.1, you need to change the line: > > oProxy = createObject("java", "coldfusion.runtime.TemplateProxy"); > > - to - > > oProxy = createObject("java", > "coldfusion.runtime.TemplateProxyFactory"); > > They decided to move the proxy stub. This means they could > decide to move it > again. However, this code also shows that MACR could easily add native > support for supporting relative and absolute paths. > > - Dan > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
