ColdFusion Server 5: Using Custom Functions Within Custom Tags
User-Defined Functions are created within the local variable scope of a page, and have problems when dealing with custom tags because the local variable scope for the page and the local variable scope for the custom tag are different. This article makes a suggestion as to how to deal with it.
ColdFusion Server 5: Using Custom Functions Within Custom Tags