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

........................................
: Dan G. Switzer, II������������������ :
: e-mail:� [EMAIL PROTECTED] :
: url:���� http://www.pengoworks.com/� :
: blog:��� http://blog.pengoworks.com/ :
:���� _ ������� ������� �������������� :
:��� |_) _� _� _� _ |� | _� _|_� _���� :
:��� |� (/_| )(_|(_)|/\|(_)| |\ _)���� :
:������������� _|��������������������� :
:.......................................


----------------------------------------------------------
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]

Reply via email to