You can use the cfimport tag to import either of the following:
* All CFML pages in a directory, as a tag custom tag
library.
* A Java Server Page (JSP) tag library. A JSP tag library is a
packaged set of tag handlers that conform to the JSP 1.1 tag
extension API.
<cfimport>
Import custom tags and include one using the prefix:tagName syntax.
<cfimport taglib="/relative/path/customTags" prefix="tags"/>
<tags:myCustomTag></tags:myCustomTag>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.