Doing this
this.udfLIB = createObject('component','cfc.udf').init();
Makes it available within your Application.cfc, but does not directly set it
to an Application var.
To set it as an Application scope var, you need to do one of the following:
1.
this.udfLIB = createObject('component','cfc.udf').init();
Application.udfLIB = Duplicate(this.udfLIB);
2.
Application.udfLIB = createObject('component','cfc.udf').init();
=]
--
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310256
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4