RE: multiple cfapplications

2009-04-17 Thread Chad Gray
t: Friday, April 17, 2009 12:41 PM > To: cf-talk > Subject: Re: multiple cfapplications > > > Chad, > > No, only the nearest parent Application.cfm fires. > > May I ask the reason for the nested Application.cfm files? > > -- > Ben Nadel > Adobe Commun

RE: multiple cfapplications

2009-04-17 Thread Mark Kruger
ned in the Root application.cfm. Will those variable be set when a user hits the "users" folder application.cfm? > -Original Message- > From: Ben Nadel [mailto:b...@bennadel.com] > Sent: Friday, April 17, 2009 12:03 PM > To: cf-talk > Subject: Re: m

RE: multiple cfapplications

2009-04-17 Thread Mark Kruger
MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Friday, April 17, 2009 11:24 AM To: cf-talk Subject: RE: multiple cfapplications Ok.. makes sense. What happens if someone has a boo

Re: multiple cfapplications

2009-04-17 Thread Ben Nadel
Chad, No, only the nearest parent Application.cfm fires. May I ask the reason for the nested Application.cfm files? -- Ben Nadel Adobe Community Expert Adobe Certified Advanced ColdFusion Developer Manager New York ColdFusion User Group http://www.bennadel.com Need ColdFusion Help? http://www

RE: multiple cfapplications

2009-04-17 Thread Chad Gray
n the Root application.cfm. Will those variable be set when a user hits the "users" folder application.cfm? > -Original Message- > From: Ben Nadel [mailto:b...@bennadel.com] > Sent: Friday, April 17, 2009 12:03 PM > To: cf-talk > Subject: Re: multiple cfapplicati

RE: multiple cfapplications

2009-04-17 Thread Mark Kruger
Check out this post. http://www.coldfusionmuse.com/index.cfm/2005/8/19/application.variables It outlines some of the fundamentals and pitfalls. If you want to use a 'base' + extended application model, the application.cfc makes it make sense a little more. You can create your base somewhere a

Re: multiple cfapplications

2009-04-17 Thread Ben Nadel
Chad, Applications on the same box that have the same name *are* the same application, as far as ColdFusion is concerned. It uses the CFApplication tag (or Application.cfc THIS.Name property) to bind the current page request to a defined memory space in ColdFusion application server. So, yes, if