No it doesn't...

Tell you why, the applicationname is relevant to the application being run.
Which means that if you  want to make this global to other applications you
can't do that. Well you can, but CF won't allow it, so mappings are the only
way to go or the root of the application.

If it is in the root of the application then you do not need anything other
than com.mystuff.package.component.

But doing that will make maintenance a nightmare if you use it in more than
application. So the best thing is to take it outside of the application and
create a mapping to it.



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273



-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Rony
Sent: Friday, 25 May 2007 4:30 PM
To: cfaussie
Subject: [cfaussie] Re: CF Argument issues


Hi Dale,

The reason why i have this is because the mapping name is the same
name as the application name and a fellow developer would like to be
able to change the application name and create a new mapping with the
app name, so i cannot hard code the app name when calling a
component.

hope this makes sense,



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to