i wonder what the reasoning is behind this apparant limitation?
do any of you who have more exprience with flash remoting have any insight?


On Tue, 29 Mar 2005 06:24:33 -0600, Raymond Camden <[EMAIL PROTECTED]> wrote:
> From the docs:
> (for onRequest)
> 
> This event handler provides an optional request filter mechanism for
> CFML page requests (that is, .cfm pages requested using a browser).
> Use it to intercept requests to target pages and override the default
> behavior of running the requested pages. The following rules specify
> where and how you use the onRequest method.
> 
>     * Implement this method only if the following are true:
>           o The directory, and any subdirectories affected by this
> Application.cfc contain CFM files and do not contain any CFC files
> that are intended to be accessed as web services, using Flash
> Remoting, or using an event gateway.
>           o You want to intercept the request and process it in a special way.
>     * If you do not implement this method, ColdFusion automatically
> calls the target page (or the CFC for a web service, Flash Remoting,
> or event gateway event).
>     * If you implement this method, it must explicitly call the target
> page, normally by using a cfinclude tag.
>     * Do not implement the onRequest method in any Application.cfc
> file that affects .cfc files that implement web services, process
> Flash Remoting or event gateway requests; ColdFusion MX will not
> execute the requests if you implement this method.
> 
> On Tue, 29 Mar 2005 08:51:36 +1000, Barry Beattie
> <[EMAIL PROTECTED]> wrote:
> > Ray, forgive me for asking but...
> >
> > >> the use of onRequest will break a webserver/flash remoting
> > > call for a CFC in that directory
> >
> > break it how?
> >
> > (post-easter fog, on my part)
> >
> >
> > On Mon, 28 Mar 2005 16:46:09 -0600, Raymond Camden <[EMAIL PROTECTED]> 
> > wrote:
> > > While the full docs mention it, the link below does not - do not
> > > forget that the use of onRequest will break a webserver/flash remoting
> > > call for a CFC in that directory. You _can_ code around it of course.
> > >
> > > On Mon, 28 Mar 2005 14:21:17 -0800, Sean Corfield
> > > <[EMAIL PROTECTED]> wrote:
> > > > On Mon, 28 Mar 2005 16:04:05 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote:
> > > > > What are people doing with all the functionality that "WAS" in App.cfm
> > > > > that now goes in App.cfc?  cfinclude?  is that recommended?
> > > >
> > > > Some guidelines here:
> > > >
> > > > http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001123.htm
> > > > --
> > > > Sean A Corfield -- http://corfield.org/
> > > > Team Fusebox -- http://fusebox.org/
> > > > Got Gmail? -- I have 50, yes 50, invites to give away!
> > > >
> > > > "If you're not annoying somebody, you're not really alive."
> > > > -- Margaret Atwood
> > > >
> > > > ----------------------------------------------------------
> > > > You are subscribed to cfcdev. To unsubscribe, send an email to 
> > > > [email protected] with the words 'unsubscribe cfcdev' as the subject 
> > > > of the email.
> > > >
> > > > CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
> > > > (www.cfxhosting.com).
> > > >
> > > > An archive of the CFCDev list is available at
> > > > www.mail-archive.com/[email protected]
> > > >
> > > >
> > >
> > > --
> > > =======================================================================
> > > Raymond Camden, Director of Development for Mindseye, Inc 
> > > (www.mindseye.com)
> > >
> > > Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
> > >
> > > Email    : [EMAIL PROTECTED]
> > > Blog     : ray.camdenfamily.com
> > > Yahoo IM : cfjedimaster
> > >
> > > "My ally is the Force, and a powerful ally it is." - Yoda
> > >
> > > ----------------------------------------------------------
> > > You are subscribed to cfcdev. To unsubscribe, send an email to 
> > > [email protected] with the words 'unsubscribe cfcdev' as the subject of 
> > > the email.
> > >
> > > CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
> > > (www.cfxhosting.com).
> > >
> > > An archive of the CFCDev list is available at
> > > www.mail-archive.com/[email protected]
> > >
> > >
> >
> > ----------------------------------------------------------
> > You are subscribed to cfcdev. To unsubscribe, send an email to 
> > [email protected] with the words 'unsubscribe cfcdev' as the subject of 
> > the email.
> >
> > CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
> > (www.cfxhosting.com).
> >
> > An archive of the CFCDev list is available at
> > www.mail-archive.com/[email protected]
> >
> >
> 
> --
> =======================================================================
> Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)
> 
> Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
> 
> Email    : [EMAIL PROTECTED]
> Blog     : ray.camdenfamily.com
> Yahoo IM : cfjedimaster
> 
> "My ally is the Force, and a powerful ally it is." - Yoda
> 
> ----------------------------------------------------------
> You are subscribed to cfcdev. To unsubscribe, send an email to 
> [email protected] with the words 'unsubscribe cfcdev' as the subject of the 
> email.
> 
> CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
> (www.cfxhosting.com).
> 
> An archive of the CFCDev list is available at
> www.mail-archive.com/[email protected]
> 
> 


-- 
[EMAIL PROTECTED]
http://blog.rawlinson.us

I have 47! gmail invites,want one?

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]

Reply via email to