RE: cfapplication - change application name

2005-06-24 Thread Dharmesh Goel
, Dharmesh -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 7:00 PM To: CF-Talk Subject: Re: cfapplication - change application name It's exactly what you proposed doing originally. The biggest potential issue is that you've got two a

Re: cfapplication - change application name

2005-06-24 Thread Barney Boisvert
It's exactly what you proposed doing originally. The biggest potential issue is that you've got two application scopes for your one app. That means you're double caching everything except your region-specific stuff. If that's all you've got, then no big deal, but if you've got application compon

RE: cfapplication - change application name

2005-06-24 Thread Dharmesh Goel
, 2005 6:23 PM To: CF-Talk Subject: Re: cfapplication - change application name Could be heavy to load them both at once... may not necessarily matter, it depends on the traffic and the server... I would recommend if you're going to reference application structures like this that you

Re: cfapplication - change application name

2005-06-23 Thread James Holmes
http://www.benorama.com/coldfusion/libraries/i18n.htm http://www.sustainablegis.com/unicode/resourceBundle/javaRB.cfm Any of those what you were after? On 6/24/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > I intended it the other way, so you'd have > #request.language.welcomeMessage# all over

Re: cfapplication - change application name

2005-06-23 Thread Barney Boisvert
I intended it the other way, so you'd have #request.language.welcomeMessage# all over the place. But you're right, rolling it up in a CFC is definitely the way to go. And with a CFC, it's much easier to do load-on-demand so the XML is only loaded on the first request that needs it, rather that ju

Re: cfapplication - change application name

2005-06-23 Thread S . Isaac Dealey
> www.website.com\123 will pickup french.xml >> >> XML file is parsed through and placed in the Application >> scope. I need to have two distinct application names to >> keep both sets of XML data separate. Any tips on how to >> best accomplish this. I can think of p

Re: cfapplication - change application name

2005-06-23 Thread Barney Boisvert
I can think of placing a few cfif's > in the application.cfm and dynamically setting the application name. But I am > not sure if that is advisable. > > Thank you, > > Dharmesh Goel > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got G

cfapplication - change application name

2005-06-23 Thread Dharmesh Goel
application names to keep both sets of XML data separate. Any tips on how to best accomplish this. I can think of placing a few cfif's in the application.cfm and dynamically setting the application name. But I am not sure if that is advisable. Thank you, Dharmesh

RE: application name

2003-03-18 Thread Hugo Ahlenius
I just wanted to determine the App name elsewhere. Mike gave me the solution: there was a structclear that removed it. Thanks guys! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http:/

RE: application name

2003-03-18 Thread Randell B Adkins
What is it you are trying to do? Set the APP name to be something different? Determine what the APP name is elsewhere in the application?? >>> [EMAIL PROTECTED] 03/18/03 06:57AM >>> Nope, that is not set by as far as I can see (from cfdumping the structure). I am on CF5, if that matters.

RE: application name

2003-03-18 Thread Mike Townend
PROTECTED] Sent: Tuesday, March 18, 2003 11:58 To: CF-Talk Subject: RE: application name Nope, that is not set by as far as I can see (from cfdumping the structure). I am on CF5, if that matters. ~| Archives: http

RE: application name

2003-03-18 Thread Hugo Ahlenius
Nope, that is not set by as far as I can see (from cfdumping the structure). I am on CF5, if that matters. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf

RE: application name

2003-03-18 Thread Pascal Peters
Application.name -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 maart 2003 10:10 To: CF-Talk Subject: application name Hi, Can I get the Application name somewhere? (the name that is set in the tag) It would perhaps be useful to get that from an

RE: application name

2003-03-18 Thread Hugo Ahlenius
That would work, but what was not what I had in mind... ~| 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

RE: application name

2003-03-18 Thread Craig Dudley
You mean you want the application name available elsewhere in your app? Not sure why you'd want to, but you can do this... Then simply access request.appname. That what you need? -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 09:10 To: CF

application name

2003-03-18 Thread Hugo Ahlenius
Hi, Can I get the Application name somewhere? (the name that is set in the tag) It would perhaps be useful to get that from an included script or something. Cheers, Hugo ~| Archives: http://www.houseoffusion.com/cf_lists