I'm just now getting into CFCs (a bit late, but better than never)... I just wrote my first one, a UPS Shipping/Cancellation one to add to Ray Camden's UPS CFC package.
Anyway, now that I've done that, I want to migrate my Application.cfm to an Application.cfc. I've read up on everything I can find, and I'm still foggy on one thing. Basically, I param a lot of variables in my Application.cfm... or cfset, depending on the need. That's in addition to some queries that'll go nicely into functions in the CFC. But what I don't understand how to do is how to continue to param/cfset my variables. In the App.cfc, I tried putting that and the other statements in below the CFCOMPONENT tag and it's not working. I moved them into the onApplicationStart function and that didn't do it either. Where the heck do you put this code so it works like it did in my App.cfm file? Thanks! Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267912 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

