>I have a weird issue. I just wanted to create a small test and play around >with cfajaxproxy. When I was first developing this test, I had index.cfmand >test.cfc in a directory without an Application.cfc and everything worked >fine. As soon as I drop this Application.cfc in the same directory as the 2 >files, everything borks and my value is "null."
You can't use onRequest() when you are making Web Service, Flex or AJAX requests (and the docs on Application.cfc are pretty clear on that). And if you're wondering why the late reply, it's because David McGuigan just pointed out this thread to me and no one seemed to have pointed folks at the docs... Sean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298292 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

