At 11:37 AM 01/31/2002 -0500, you wrote:
> > -----Original Message-----
> > From: Raymond Camden [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 31, 2002 11:33 AM
> > To: CF-Talk
> > Subject: RE: request scope.
>
> > >
> > >   I use OnRequestEnd so rarely, I was unaware that the
> > > variables scope was
> > > not available to it.
> >
> > Like Application.cfm, it has it's own local scope, so, if you want to
> > share stuff, the request scope is good for this.
>
>As far as my testing went, any local variables creating in application.cfm
>are available to the specified .cfm file AND the onrequestend.cfm file,
>regardless of them being created in application.cfm or the called .cfm file,
>so I don't quite understand where you are both coming from (Jeffry and Ray).

  I guess that just goes back to one of my original statements that the 
only difference between the variables scope and the request scope is that 
the request scope is available to custom tags, whereas the variables scope 
is not.




--
Jeffry Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Fax / Phone: 860-223-7946
--
Need a Web Developer?  Contact me!
My Book: Instant ColdFusion 5  | http://www.instantcoldfusion.com
My New Book: ColdFusion: A Beginner's Guide February 2002
--
Far Cry Fly, Alternative Folk Rock
http://www.farcryfly.com | http://www.mp3.com/FarCryFly
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to