Contents > Developing ColdFusion MX Applications > Reusing Code in ColdFusion Pages > Using custom CFML tags PreviousNext

Using custom CFML tags

Custom tags written in CFML behave like ColdFusion tags. They can do all of the following:

Although a custom tag and a ColdFusion page that you include using the cfinclude tag are both ColdFusion pages, they differ in how they are processed. When a page calls a custom tag, it hands processing off to the custom tag page and waits until the custom tag page completes. When the custom tag finishes, it returns processing (and possibly data) to the calling page; the calling page can then complete its processing. The following figure shows how this works. The arrows indicate the flow of ColdFusion processing the pages.


Contents > Developing ColdFusion MX Applications > Reusing Code in ColdFusion Pages > Using custom CFML tags PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.