I don't think that's directly accessible, but you can always reconstruct it
since you know what the business id is.  Alternately (if you need access to
it regularly) you can assign it to a variable and then assign the
application name based on that variable.

That is:
<cfset variables.appname = "RentalCompanies" & BusinessID>
<cfapplication name="#variables.appname#">

<cfoutput>#variables.appname#</cfoutput>



  --Ben Doom
    Programmer & General Lackey
    Moonbow Software

: -----Original Message-----
: From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
: Sent: Tuesday, December 03, 2002 1:50 PM
: To: CF-Talk
: Subject: RE: One dynamic site for multiple indepentdent businesses
:
:
: How would I cfoutput the CFApplication Name so I can get a look at it?
:
: Using CFAPPLICATION Name="RentalCompanies#BusinessID#"...
:
: "<CFOUTPUT>?</CFOUTPUT>"
:
: Rick
:
: -----Original Message-----
: From: Keith Dodd [mailto:[EMAIL PROTECTED]]
: Sent: Tuesday, December 03, 2002 11:57 AM
: To: CF-Talk
: Subject: One dynamic site for multiple indepentdent businesses
:
:
: If you're with a pre cf5 version, there is a custom tag on the exchange,
: called cf_dump, I think. It gives same as the dump tag (and maybe more).
: Great to see what is being generated with a query, structure, etc, as well
: as a visual rendering which can help understanding.
:
: Keith
:
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to