Bill In the future I'd suggest posting Fusebox questions to one of the
places I check more often like the Fusebox Forum (
http://www.fusebox.org/forums/) or the mailing list (
http://tech.groups.yahoo.com/group/fusebox5/) (heck these are synced on my
iPhone).

Al's answer is a pretty good one though, in fact the first comment on the
second blog is Sean's about how Fusebox handles cfc calls. Just override
onRequestStart in your Application.cfc and have something like :

super.onRequstStart();
if ( arguments.targetPage is "CFCaptchaEngine.cfm" ) {
structDelete(this,"onRequest");
structDelete(variables,"onRequest");
}

Note: make sure you call super at some point or Fusebox will pretty much
stop working.

Maybe I should add some more exceptions to Fusebox...

Adam


On Thu, Feb 26, 2009 at 3:59 PM, Bill Berzinskas <[email protected]>wrote:

>
> I'm serving up a fusebox app and trying to use the cfcaptcha tag.
> The application.cfc intercepts the call to CFCaptchaEngine.cfm and it
> won't serve an image..    Thoughts?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to