Richard White wrote: > why would changing it from 'application' to 'this' rectify this conflict > > thanks >
Because it does! :-) I don't know why this is but "this.name" and the equivalent <cfapplication name=""> don't set a variable names "application.name" they set a variable named "application.applicationName". And I honest don't know what would happen if you tried to set application.applicationName directory. I suspect it would be unpredictable. I just follow the documentation that tells me to use this.name OR <cfapplication name=""> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321680 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

