<cfapplication> is NOT the recommended way to work with applications now - Application.cfc is. Therefore they added the feature there. There are other examples as well - two of the new ways to secure Ajax stuff only work in App.cfc, not <cfapplication>.
If you are coding for MX7 and higher, you really should be using App.cfc (my 2 cents). On 8/17/07, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I wrote a blog posting on how to do it (its real easy but you do have > to use Application.cfc) > > Ok, I found it. Some weird place. > Personnally I would just have added an attribute "CustomTagPath" in the > CFapplication tag, > but, why make it simple? > > -- > _______________________________________ > REUSE CODE! Use custom tags; > See http://www.contentbox.com/claude/customtags/tagstore.cfm > (Please send any spam to this address: [EMAIL PROTECTED]) > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286514 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

