RE: RDS CFC Explorer and Application.cfc

2006-10-04 Thread Dave Watts
> > > Does anyone know of a way to I might be able to bypass the > > > onRequest method when calling a CFC directly? > > > > You can put them into a web-accessible directory containing > > a separate Application.cfc that doesn't define onRequest. > > Thanks, Dave. Since I need access to variab

Re: RDS CFC Explorer and Application.cfc

2006-10-04 Thread Jon Clausen
Thanks, Dave. Since I need access to variables in the application scope in my model and controllers, that's not an option. I think I'm just going to forego using that method anyway, since I found a few other instances in which the way it intercepts page requests makes my life harder inst

RE: RDS CFC Explorer and Application.cfc

2006-10-04 Thread Dave Watts
> As soon as I implemented the onRequest() method in > Application.cfc, RDS stopped CFC redirects to the CFC > Explorer and simply treats outputs a blank page. Does anyone > know of a way to I might be able to bypass the onRequest > method when calling a CFC directly? You can put them into