Contents

cfimport

Description

To import a JSP Taglibrary or a CFML Custom Tag Directory

Category

Other

Implemented

Usage Syntax

<cfimport  
	taglib="String"
	prefix="String"
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
taglib String Yes Path to a custom tag libraray or a jsp tld
prefix String Yes Prefix by which to access the imported custom CFML tags JSP tags. If you import a CFML custom tag directory and specify an empty value, "", for this attribute, you can call the custom tags without using a prefix. You must specify and use a prefix for a JSP tag library.

Example Usage