On Tue, Jun 3, 2008 at 9:32 PM, Derek Bowes <[EMAIL PROTECTED]> wrote: > Very weird, it's not even executing the function, but then I go to the cf web > app, and it calls it just fine. Could it be something in my app.cfc?
is the function's access attribute set to "remote"? <cffunction name="AdvancedSearch" access="remote"> ... </cffunction> -- A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked a bit off." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5288 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
