Hi all: Ran into an interesting problem this morning. I was testing a jQuery call to a remote component method in a dev project I have. I had neglected to set the method's access attribute to "remote" (it was set to "public") and this was a remote call. Anyway, when testing access to the CFC function I got the BlueDragon CFML Runtime Error "*an invalid request was attempted*". I understood it and fixed the access attribute but it got me to wondering why my onError method in Application.cfc didn't catch it. I do have some rudimentary error catching there but it didn't fire.
I thought perhaps I could do a catch/try in the cfc itself (around all the methods) but that didn't do anything either. I'm sure I'm probably forgetting something fundamental but it's eluding me. Any ideas/suggestions? -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
