Register CFX Tags

To register a CFX Tag ColdFusion  follow these steps:

 

  1. In the ColdFusion Administrator navigation frame, click Server/CFX Tags . The CFX Tag page appears.

  2. In the CFX Tags page, do one of the following:
     

Tag Name

In this text box, provide a name for the CFX tag that you are registering. Tag names must be prefix with CFX_.

Server Library

In this text box, enter the path to the library you want to use or click the Server Browse button to locate the library you want to use.

Procedure

In this text box, enter the procedure that implements the CFX tag.  The procedure name must correspond with the procedure associated with the DLL or shared object you have specified. Note that procedure names are case sensitive.

Keep Library Loaded

Check this box to retain the library in RAM.

Description

In this text box, provide a message that identifies the use of this CFX tag.

 

or

Tag Name

In this text box, enter the tag name (after the cfx_ prefix).  a provide a name for the CFX tag that you are registering.

Class Name

In this text box, enter the class name (without the .class extension) that implements the interface. The class file should be accessible from the Class Path setting on the JVM and Java Settings page.

Description

In this text box, provide a message that identifies the use of this CFX tag.

 

  1. To apply and save the CFX tag registration, click Submit Changes.

 

Related topic