Ok, well I have been working on this for hours. I finally found the culprit, but no idea as to why it is.
I have this in my app.cfc, like most everyone does I am sure... <cffunction name="onRequest" returnType="void"> <cfargument name="thePage" type="string" required="true" /> <cfinclude template="#arguments.thePage#" /> </cffunction> If I take it out, everything I had an issue with works as it should, but then the CF app doesn't work. Put it back in a nada on the flex and calling via url, but cf app works. Even if I just leave the cffunction in and take out the arg and include, nothing works. I just don't get it. Any ideas? I guess this isn't a flex issue now, so I hope someone can still help. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:5290 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
