> If I run the following code...
> <cfoutput>#Config.SiteConfig.SiteSections.UserManager#</cfoutput>
> 
> The expected result...
> True 
> Is output to the browser, however the following code samples...
> <cfif Config.SiteConfig.SiteSections.UserManager>
> <cfif Config.SiteConfig.SiteSections.UserManager IS TRUE>
> <cfif Config.SiteConfig.SiteSections.UserManager IS "TRUE">
> All fail.
> 
> Anyone any idea what I am doing wrong?  The XML file contains the line
> <UserManager>True</UserManager>

How about

<cfif Config.SiteConfig.SiteSections.UserManager is "True">

Nick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190742
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to